X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=62c2471be12cac740bf88458a8a33651123d8f42;hb=d3e48df512d9476d3849227067792a3537bb094e;hp=7fb863ee5fa3f4184e939e5a50eb7f0f63e92636;hpb=56e6f6307da88edfed9d26995bdcacaf54b517bc;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 \