X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=e6f7f1783469d8c913a8d45e3e5a075ef584aae2;hb=eaba7288c4fb39ca195c9355970293bcaf088dbc;hp=5c899114b3d95ba2b8d4db37af2e151bba68d167;hpb=9bd080c7d56938f83f7c9d472e577c138c3aefbb;p=nageru diff --git a/README b/README index 5c89911..e6f7f17 100644 --- a/README +++ b/README @@ -45,7 +45,7 @@ Nageru currently needs: are driven through the “bmusb” driver, using libusb-1.0. If you want zerocopy USB, you need libusb 1.0.21 or newer, as well as a recent kernel (4.6.0 or newer). Zerocopy USB helps not only for performance, - but also for stability. You need at least version 0.7.0. + but also for stability. You need at least version 0.7.3. - Movit, my GPU-based video filter library (https://movit.sesse.net). You will need at least version 1.5.2. @@ -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.