]> git.sesse.net Git - nageru/blobdiff - README
Support exporting interpolated singletrack video. Probably tickles leaks in Player...
[nageru] / README
diff --git a/README b/README
index bf0611075af41b3df7d6afbc4b0bd19d3ed67f19..e6f7f1783469d8c913a8d45e3e5a075ef584aae2 100644 (file)
--- a/README
+++ b/README
@@ -92,7 +92,7 @@ with:
     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 \
-    libprotobuf-dev
+    libprotobuf-dev meson
 
 Exceptions as of November 2018:
 
@@ -117,7 +117,7 @@ Nageru uses Meson to build. For a default build, type
 
   meson obj && cd obj && ninja
 
-To start it, just hook up your equipment, and then type “cd nageru && ./nageru”.
+To start it, just hook up your equipment, and then type “./nageru”.
 
 It is strongly recommended to have the rights to run at real-time priority;
 it will make the USB3 threads do so, which will make them a lot more stable.