X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=bf0611075af41b3df7d6afbc4b0bd19d3ed67f19;hb=147a2d38463d983ec7c66ef5c4c9c6cce7d52787;hp=e02ea23d39cd9668be1e04689894aaf58b866f4a;hpb=9b7d691b4cc5db7dbfc18c82e86c1207fcac4722;p=nageru diff --git a/README b/README index e02ea23..bf06110 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. @@ -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 “./nageru”. +To start it, just hook up your equipment, and then type “cd nageru && ./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.