]> git.sesse.net Git - nageru/blobdiff - README
Add a CORS policy to the channel endpoints, so that external applications can query...
[nageru] / README
diff --git a/README b/README
index 7fb863ee5fa3f4184e939e5a50eb7f0f63e92636..62c2471be12cac740bf88458a8a33651123d8f42 100644 (file)
--- 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 \