From 659b001d8988939dd7fcfd22e9326bca4ed503a8 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 16 Jan 2022 13:08:00 -0500 Subject: [PATCH] minor README edit --- README.html | 2 +- README.md | 2 +- README.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.html b/README.html index ced39c98..b46439d4 100644 --- a/README.html +++ b/README.html @@ -24,7 +24,7 @@

Getting UxPlay:

Building UxPlay on Linux (or *BSD):

(Instructions for Debian/Ubuntu; adapt these for other Linuxes; for macOS, see below).

Make sure that your distribution provides OpenSSL 1.1.1 or later, and libplist 2.0 or later. (This means Debian 10 “Buster”, Ubuntu 18.04 or later.) If it does not, you may need to build and install these from source (see below).

-

You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. Make sure that cmake>=3.4.1 and pkg-config are also installed: “sudo apt-get install cmake pkg-config”. In a terminal window, change directories to the source directory of the downloaded source code (“UxPlay-”*“,”*" = “master” or the release tag for zipfile downloads, “UxPlay” for “git clone” downloads), then do

+

You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. Make sure that cmake>=3.4.1 and pkg-config are also installed: “sudo apt-get install cmake pkg-config”. In a terminal window, change directories to the source directory of the downloaded source code (“UxPlay-*”, “*” = “master” or the release tag for zipfile downloads, “UxPlay” for “git clone” downloads), then do

  1. sudo apt-get install libssl-dev libplist-dev (unless you need to build OpenSSL and libplist from source).
  2. sudo apt-get install libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-plugins-bad
  3. diff --git a/README.md b/README.md index 6df13c84..59873f88 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ need to build and install these from source (see below). You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. Make sure that cmake>=3.4.1 and pkg-config are also installed: "sudo apt-get install cmake pkg-config". In a terminal window, change directories to the source directory of the -downloaded source code ("UxPlay-"\*", "\*" = "master" or the release tag for zipfile downloads, "UxPlay" for "git clone" downloads), then do +downloaded source code ("UxPlay-\*", "\*" = "master" or the release tag for zipfile downloads, "UxPlay" for "git clone" downloads), then do 1. `sudo apt-get install libssl-dev libplist-dev` (unless you need to build OpenSSL and libplist from source). diff --git a/README.txt b/README.txt index 7e83b96c..9589f9b6 100644 --- a/README.txt +++ b/README.txt @@ -120,8 +120,8 @@ You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. Make sure that cmake\>=3.4.1 and pkg-config are also installed: "sudo apt-get install cmake pkg-config". In a terminal window, change directories to the source directory of the downloaded -source code ("UxPlay-"\*","\*\" = "master" or the release tag for -zipfile downloads, "UxPlay" for "git clone" downloads), then do +source code ("UxPlay-\*", "\*" = "master" or the release tag for zipfile +downloads, "UxPlay" for "git clone" downloads), then do 1. `sudo apt-get install libssl-dev libplist-dev` (unless you need to build OpenSSL and libplist from source).