X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;fp=README;h=62c2471be12cac740bf88458a8a33651123d8f42;hb=a83f4d04da6f8c7ea0203c88d6e39b64b3cb5b22;hp=7fb863ee5fa3f4184e939e5a50eb7f0f63e92636;hpb=313aa6b93245851f57701142ff3a4a22c8a72e1c;p=nageru diff --git a/README b/README index 7fb863e..62c2471 100644 --- a/README +++ b/README @@ -67,7 +67,7 @@ Nageru is in beta stage. It currently needs: - libzita-resampler, for resampling sound sources so that they are in sync between sources, and also for oversampling for the peak meter. - - Lua, for driving the theme engine. + - LuaJIT, for driving the theme engine. - libpci, for printing friendly PCI device names in an error message. @@ -76,7 +76,7 @@ If on Debian stretch or something similar, you can install everything you need with: apt install qtbase5-dev libqt5opengl5-dev qt5-default libqcustomplot-dev \ - pkg-config libmicrohttpd-dev libusb-1.0-0-dev liblua5.2-dev \ + pkg-config libmicrohttpd-dev libusb-1.0-0-dev libluajit-5.1-dev \ libzita-resampler-dev libva-dev libavcodec-dev libavformat-dev \ libswscale-dev libavresample-dev libmovit-dev libegl1-mesa-dev \ libasound2-dev libx264-dev libbmusb-dev protobuf-compiler \