From d1e193455b999b7f5d13227dcfcfdd6f7fc23a0e Mon Sep 17 00:00:00 2001 From: fduncanh Date: Thu, 2 Jun 2022 01:37:58 -0400 Subject: [PATCH] edit README --- README.html | 2 +- README.md | 2 +- README.txt | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.html b/README.html index 9af2eca..a2e8ddf 100644 --- a/README.html +++ b/README.html @@ -44,7 +44,7 @@
  • sudo apt-get install libssl-dev libplist-dev (unless you need to build OpenSSL and libplist from source).
  • sudo apt-get install libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev.
  • sudo apt-get install libx11-dev (only needed if you invoke the “ZOOMFIX” X11 display-name fix in the next step)
  • -
  • cmake . (or “cmake -DZOOMFIX=ON .” to get a screen-sharing fix to make X11 mirror display windows visible to screen-sharing applications such as Zoom, see ZOOMFIX below). ZOOMFIX is only needed for GStreamer-1.18.x or earlier.
  • +
  • cmake . (or “cmake -DZOOMFIX=ON .” to get a screen-sharing fix to make X11 mirror display windows visible to screen-sharing applications such as Zoom, see ZOOMFIX compile-time option below). ZOOMFIX is only needed for GStreamer-1.18.x or earlier.
  • make
  • sudo make install (you can afterwards uninstall with sudo make uninstall in the same directory in which this was run)
  • Install GStreamer plugins that you need: sudo apt-get install gstreamer1.0-<plugin>; values of <plugin> needed are: “plugins-base”, “libav” (for sound), “plugins-good” (for v4l2 hardware h264 decoding) and “plugins-bad” (for h264 decoding). Also needed may be “gl” for OpenGL support (which may be useful, and should be used with h264 decoding by the NVIDIA GPU), and “x” for X11 support, although these may already be installed; “vaapi” is needed for hardware-accelerated h264 video decoding by Intel or AMD graphics (but not for use with NVIDIA using proprietary drivers). Also install “tools” to get the utility gst-inspect-1.0 for examining the GStreamer installation.
  • diff --git a/README.md b/README.md index b155850..0951cfb 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ for a distribution, use the cmake option `-DNO_MARCH_NATIVE=ON`. the "ZOOMFIX" X11 display-name fix in the next step) 4. `cmake .` (or "`cmake -DZOOMFIX=ON .`" to get a screen-sharing fix to make X11 mirror display windows visible to screen-sharing applications - such as Zoom, see [ZOOMFIX](#ZOOMFIX) below). + such as Zoom, see [ZOOMFIX compile-time option](#zoomfix-compile-time-option) below). **ZOOMFIX is only needed for GStreamer-1.18.x or earlier**. 5. `make` 6. `sudo make install` (you can afterwards uninstall diff --git a/README.txt b/README.txt index aa79b83..b8679f4 100644 --- a/README.txt +++ b/README.txt @@ -200,8 +200,9 @@ packaging for a distribution, use the cmake option "ZOOMFIX" X11 display-name fix in the next step) 4. `cmake .` (or "`cmake -DZOOMFIX=ON .`" to get a screen-sharing fix to make X11 mirror display windows visible to screen-sharing - applications such as Zoom, see [ZOOMFIX](#ZOOMFIX) below). **ZOOMFIX - is only needed for GStreamer-1.18.x or earlier**. + applications such as Zoom, see [ZOOMFIX compile-time + option](#zoomfix-compile-time-option) below). **ZOOMFIX is only + needed for GStreamer-1.18.x or earlier**. 5. `make` 6. `sudo make install` (you can afterwards uninstall with `sudo make uninstall` in the same directory in which this was run)