From: Steinar H. Gunderson Date: Thu, 7 Sep 2023 22:26:09 +0000 (+0200) Subject: Software README updates. X-Git-Tag: 2.3.0~16 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=d20534ce9ba195aa21291debc74ba13c6772042c Software README updates. --- diff --git a/README b/README index fc9e6ac..7408e9e 100644 --- a/README +++ b/README @@ -54,8 +54,7 @@ Nageru currently needs: version 5.0. - Working OpenGL; Movit works with almost any modern OpenGL implementation. - Nageru has been tested with Intel on Mesa (you want 11.2 or newer, due - to critical stability bugfixes), and with NVIDIA's proprietary drivers. + Nageru has been tested with Intel on Mesa, and with NVIDIA's proprietary drivers. The status of AMD's proprietary drivers is currently unknown. - libzita-resampler, for resampling sound sources so that they are in sync @@ -111,7 +110,7 @@ with: libasound2-dev libx264-dev libbmusb-dev protobuf-compiler \ libprotobuf-dev libsqlite3-dev meson libjpeg-dev libsrt-gnutls-dev -Exceptions as of July 2022: +Exceptions as of September 2023: - Debian does not carry CEF (but it is optional). You can get experimental (and not security-supported) CEF Debian packages built for unstable at @@ -119,9 +118,6 @@ Exceptions as of July 2022: meson obj -Dcef_dir=/usr/lib/x86_64-linux-gnu/cef -Dcef_build_type=system -Dcef_no_icudtl=true - - Debian's SVT-AV1 is too old, so you will need to compile it yourself - if you wish to use it for streaming. - The patches/ directory contains a patch that helps zita-resampler performance. It is meant for upstream, but was not in at the time Nageru was released. @@ -133,7 +129,7 @@ type meson obj && cd obj && ninja -To start Nageru, just hook up your equipment, and then type “./nageru”. +To start Nageru, hook up your equipment, and then type “./nageru”. For Futatabi documentation, please see https://nageru.sesse.net/doc/. It is strongly recommended to have the rights to run at real-time priority;