From 4c36996f0578a62b90d65c54b2e3d27b1d429db8 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sat, 23 Apr 2022 00:15:02 -0400 Subject: [PATCH] fix typo in README --- README.html | 2 +- README.md | 3 ++- README.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index ab5d238..90b9541 100644 --- a/README.html +++ b/README.html @@ -31,7 +31,7 @@

*Current UxPlay is also a pull request on the original site https://github.com/antimof/UxPlay ; that original project is inactive, but the pull requests are now being periodically merged with the antimof tree (thank you antimof!).

Building UxPlay on Linux (or *BSD):

(Instructions for Debian/Ubuntu; adapt these for other Linuxes; for macOS, see below). See Troubleshooting below for help with any difficulties.

-

You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. Debian-based systems provide a package “build-essential” for use in compiling software. You also need pkg-config: if it is is not found by “which pkg-config”, install pkg-config or its work-alike replacement pkgconf. Also make sure that cmake>=3.4.1 is installed: “sudo apt-get install cmake” (add build-essential and pkg-config (or pkgconf) to this if needed).

+

You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. Debian-based systems provide a package “build-essential” for use in compiling software. You also need pkg-config: if it is not found by “which pkg-config”, install pkg-config or its work-alike replacement pkgconf. Also make sure that cmake>=3.4.1 is installed: “sudo apt-get install cmake” (add build-essential and pkg-config (or pkgconf) to this if needed).

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).

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 follow the instructions below:

Note: By default UxPlay will be built with optimization for the computer it is built on; when this is not the case, as when you are packaging for a distribution, use the cmake option -DNO_MARCH_NATIVE=ON.

diff --git a/README.md b/README.md index f36d056..2e24e7d 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,8 @@ now being periodically merged with the antimof tree (thank you antimof!). See [Troubleshooting](#troubleshooting) below for help with any difficulties. You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. Debian-based -systems provide a package "build-essential" for use in compiling software. You also need pkg-config: if it is is not found by "`which pkg-config`", +systems provide a package "build-essential" for use in compiling software. You also need pkg-config: if it is +not found by "`which pkg-config`", install pkg-config or its work-alike replacement pkgconf. Also make sure that cmake>=3.4.1 is installed: "`sudo apt-get install cmake`" (add ``build-essential`` and `pkg-config` (or ``pkgconf``) to this if needed). diff --git a/README.txt b/README.txt index eb3394f..b44fdad 100644 --- a/README.txt +++ b/README.txt @@ -169,7 +169,7 @@ help with any difficulties. You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. Debian-based systems provide a package "build-essential" for use in compiling software. You also need -pkg-config: if it is is not found by "`which pkg-config`", install +pkg-config: if it is not found by "`which pkg-config`", install pkg-config or its work-alike replacement pkgconf. Also make sure that cmake\>=3.4.1 is installed: "`sudo apt-get install cmake`" (add `build-essential` and `pkg-config` (or `pkgconf`) to this if needed).