From 58c5ffd3fe5f56246b7b2a529a8417aa336bcb9c Mon Sep 17 00:00:00 2001 From: fduncanh Date: Mon, 6 Dec 2021 13:46:14 -0500 Subject: [PATCH] edited README --- README.html | 2 +- README.md | 2 +- README.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index 1540f8a..f2e14b3 100644 --- a/README.html +++ b/README.html @@ -24,7 +24,7 @@
  • make
  • sudo make install (you can afterwards uninstall with sudo make uninstall in the same directory in which this was run)
  • -

    If you intend to modify the code, use a separate “build” directory: replacecmake [ ] .bymkdir build ; cd build ; cmake [ ] ..”; you can then clean out the build directory withrm -rf *(run from within the build directory, of course!) without out affecting the source directory which contains your modifications.

    +

    If you intend to modify the code, use a separate “build” directory: replacecmake [ ] .bymkdir build ; cd build ; cmake [ ] ..”; you can then clean out the build directory withrm -rf *(run from within the build directory, of course!) without affecting the source directory which contains your modifications.

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

    Note libplist-dev (version 2.0 or greater) is a new dependency (the original antimof version UxPlay-1.2 supplied it). Older Linux distributions may only supply libplist 1.x, which is too old. [Installing libplist-dev (with libplist3) from ubuntu 18.04 solves this problem on ubuntu 16.04.] If you cannot find a libplist-2.x package that installs on your older distribution, you can get it at https://github.com/libimobiledevice/libplist and build it from source. _(You will need build tools autoconf, automake, libtool, and may need to also install some libpython*-dev package). By default, libplist installs in /usr/local/lib. If this is not in the library path (as in ubuntu), create a file /etc/ld.so.conf.d/libplist.conf containing the text “/usr/local/lib”, and run “sudo ldconfig” to permanently add /usr/local/lib to the library path._

    Red Hat, Fedora, CentOS: (sudo yum install) openssl-devel libplist-devel avahi-compat-libdns_sd-devel (+libX11-devel for ZOOMFIX). The required GStreamer packages are: gstreamer1-devel gstreamer1-plugins-base-devel gstreamer1-libav gstreamer1-plugins-bad-free ( + gstreamer1-vaapi for intel graphics).

    diff --git a/README.md b/README.md index 9b70236..252610c 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Zoom, see below). 5. `make` 6. `sudo make install` (you can afterwards uninstall with `sudo make uninstall` in the same directory in which this was run) -_If you intend to modify the code, use a separate "build" directory: replace_ "```cmake [ ] . ```" _by_ "```mkdir build ; cd build ; cmake [ ] ..```"; _you can then clean out the build directory with_ "```rm -rf * ```" _(run from within the build directory, of course!) without out affecting the source directory which contains your modifications_. +_If you intend to modify the code, use a separate "build" directory: replace_ "```cmake [ ] . ```" _by_ "```mkdir build ; cd build ; cmake [ ] ..```"; _you can then clean out the build directory with_ "```rm -rf * ```" _(run from within the build directory, of course!) without affecting the source directory which contains your modifications_. The above script installs the executable file "`uxplay`" to `/usr/local/bin`, (and installs a manpage to `/usr/local/man/man1` and README files to `/usr/local/share/doc/uxplay`). diff --git a/README.txt b/README.txt index d4051e3..db948f2 100644 --- a/README.txt +++ b/README.txt @@ -112,7 +112,7 @@ downloads), then do replace* "`cmake [ ] .`" *by* "`mkdir build ; cd build ; cmake [ ] ..`"; *you can then clean out the build directory with* "`rm -rf *`" *(run from within the build -directory, of course!) without out affecting the source directory which +directory, of course!) without affecting the source directory which contains your modifications*. The above script installs the executable file "`uxplay`" to