From 1c78eda653fe98559ec6e186c830ed5f5edb36d0 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 21 Nov 2021 03:12:22 -0500 Subject: [PATCH] minor 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 29bdb62..e60d6ed 100644 --- a/README.html +++ b/README.html @@ -7,7 +7,7 @@

Getting UxPlay:

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

This is a pull request on the original site https://github.com/antimof/UxPlay ; it may or may not ever get committed into the codebase on the antimof site, as that project appears to no longer be active. If the pull request ever gets committed, replace “FDH2” by “antimof” in the above.

-

Building this version (Linux/ *BSD):

+

Building this version (Linux and *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 547ebaf..752bd03 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ get committed into the codebase on the antimof site, as that project appears to no longer be active. If the pull request ever gets committed, replace "FDH2" by "antimof" in the above.* -# Building this version (Linux/ *BSD): +# Building this version (Linux and \*BSD): (Instructions for Debian/Ubuntu; adapt these for other Linuxes; for macOS, see below). diff --git a/README.txt b/README.txt index 5950ddc..86ce333 100644 --- a/README.txt +++ b/README.txt @@ -57,8 +57,8 @@ into the codebase on the antimof site, as that project appears to no longer be active. If the pull request ever gets committed, replace "FDH2" by "antimof" in the above.* -Building this version (Linux/ \*BSD): -===================================== +Building this version (Linux and \*BSD): +======================================== (Instructions for Debian/Ubuntu; adapt these for other Linuxes; for macOS, see below).