From 6a42f3fdc0b19d9685d02fb82c506cfb69c79dfa Mon Sep 17 00:00:00 2001 From: fduncanh Date: Mon, 6 Dec 2021 13:51:56 -0500 Subject: [PATCH] edit README --- 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 f2e14b3..45bc04e 100644 --- a/README.html +++ b/README.html @@ -12,7 +12,7 @@

Getting UxPlay:

Either download and unzip UxPlay-master.zip, or (if git is installed): “git clone https://github.com/FDH2/UxPlay”.

*This is also a pull request on the original site https://github.com/antimof/UxPlay ; but is unlikely to ever get committed into the codebase there, as that project appears to be inactive.

-

Building UxPlay on Linux or *BSD):

+

Building UxPlay on Linux (or *BSD):

(Instructions for Debian/Ubuntu; adapt these for other Linuxes; for macOS, 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” for zipfile downloads, “UxPlay” for “git clone” downloads), then do

diff --git a/README.md b/README.md index 252610c..a2d7902 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ original site https://github.com/antimof/UxPlay ; but is unlikely to ever get committed into the codebase there, as that project appears to be inactive. -## Building UxPlay on Linux or \*BSD): +## Building UxPlay on Linux (or \*BSD): (Instructions for Debian/Ubuntu; adapt these for other Linuxes; for macOS, see below). diff --git a/README.txt b/README.txt index db948f2..6ee2db5 100644 --- a/README.txt +++ b/README.txt @@ -81,8 +81,8 @@ https://github.com/antimof/UxPlay ; but is unlikely to ever get committed into the codebase there, as that project appears to be inactive. -Building UxPlay on Linux or \*BSD): ------------------------------------ +Building UxPlay on Linux (or \*BSD): +------------------------------------ (Instructions for Debian/Ubuntu; adapt these for other Linuxes; for macOS, see below).