diff --git a/README.html b/README.html index 9dfa6e8..b4a0443 100644 --- a/README.html +++ b/README.html @@ -39,7 +39,7 @@
  • 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 Improvements #3 below).
  • 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-; values of needed are: “libav” (for sound), and “plugins-bad” (for software h264 decoding). Also needed may be “gl” for OpenGL support, and “x” for X11 support, although these may already be installed; “vaapi” is needed for hardware-accelerated h264 video decoding by Intel graphics (not for NVIDIA).
  • +
  • Install GStreamer plugins that you need: sudo apt-get install gstreamer1.0-<plugin>; values of <plugin> needed are: “libav” (for sound), and “plugins-bad” (for software h264 decoding). Also needed may be “gl” for OpenGL support, and “x” for X11 support, although these may already be installed; “vaapi” is needed for hardware-accelerated h264 video decoding by Intel graphics (not for NVIDIA).
  • If you intend to modify the code, use a separate “build” directory: replacecmake [ ] .bymkdir build ; cd build ; cmake [ ] ..”; you can then clean the build directory withrm -rf build/*(run from within the UxPlay source directory) without affecting the source directories which contain your modifications.

    The above script installs the executable file “uxplay” to /usr/local/bin, (and installs a manpage to somewhere like /usr/local/share/man/man1 and README files to somewhere like /usr/local/share/doc/uxplay). It can also be found in the build directory after the build processs.

    diff --git a/README.md b/README.md index 5965b74..72f59be 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,8 @@ make X11 mirror display windows visible to screen-sharing applications such as Zoom, see [Improvements](#improvements) \#3 below). 5. `make` 6. `sudo make install` (you can afterwards uninstall with `sudo make uninstall` in the same directory in which this was run) -7. Install GStreamer plugins that you need: 'sudo apt-get install gstreamer1.0-`; values of - ` needed are: "libav" (for sound), and "plugins-bad" (for software h264 decoding). Also needed may be "gl" for OpenGL support, and "x" for X11 +7. Install GStreamer plugins that you need: `sudo apt-get install gstreamer1.0-`; values of + `` needed are: "libav" (for sound), and "plugins-bad" (for software h264 decoding). Also needed may be "gl" for OpenGL support, and "x" for X11 support, although these may already be installed; "vaapi" is needed for hardware-accelerated h264 video decoding by Intel graphics (not for NVIDIA). _If you intend to modify the code, use a separate "build" directory: replace_ "```cmake [ ] . ```" _by_ "```mkdir build ; cd build ; cmake [ ] ..```"; _you can then clean diff --git a/README.txt b/README.txt index e4f3e87..b658535 100644 --- a/README.txt +++ b/README.txt @@ -178,11 +178,11 @@ downloads, "UxPlay" for "git clone" downloads), then do 5. `make` 6. `sudo make install` (you can afterwards uninstall with `sudo make uninstall` in the same directory in which this was run) -7. Install GStreamer plugins that you need: 'sudo apt-get install - gstreamer1.0-``{=html}`; values of```{=html} needed - are: "libav" (for sound), and "plugins-bad" (for software h264 - decoding). Also needed may be "gl" for OpenGL support, and "x" for - X11 support, although these may already be installed; "vaapi" is +7. Install GStreamer plugins that you need: + `sudo apt-get install gstreamer1.0-`; values of `` + needed are: "libav" (for sound), and "plugins-bad" (for software + h264 decoding). Also needed may be "gl" for OpenGL support, and "x" + for X11 support, although these may already be installed; "vaapi" is needed for hardware-accelerated h264 video decoding by Intel graphics (not for NVIDIA).