diff --git a/README.html b/README.html index 3f4be87..c5543e5 100644 --- a/README.html +++ b/README.html @@ -24,7 +24,7 @@
makesudo 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 remove the build directory and its contents with “rm -rf build” (run from within the UxPlay source directory) without affecting the source directories which contain 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 the contents of the build directory with “rm -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 /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 4e47120..c049702 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ 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 remove the build directory and its contents with_ "```rm -rf build ```" _(run from within the UxPlay source directory) without affecting the source directories which contain 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 the contents +of the build directory with_ "```rm -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 `/usr/local/man/man1` and README files to `/usr/local/share/doc/uxplay`). diff --git a/README.txt b/README.txt index 78239ae..40c1bb0 100644 --- a/README.txt +++ b/README.txt @@ -111,10 +111,10 @@ downloads), then do *If you intend to modify the code, use a separate "build" directory: replace* "`cmake [ ] .`" *by* -"`mkdir build ; cd build ; cmake [ ] ..`"; *you can then remove the -build directory and its contents with* "`rm -rf build`" *(run from -within the UxPlay source directory) without affecting the source -directories which contain your modifications*. +"`mkdir build ; cd build ; cmake [ ] ..`"; *you can then the contents of +the build directory with* "`rm -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 `/usr/local/man/man1` and