edit README.md

This commit is contained in:
fduncanh
2021-09-29 16:49:40 -04:00
parent cb33436459
commit f8639656f3

View File

@@ -41,7 +41,7 @@ If the pull request ever gets committed, replace "FDH2" by "antimof" in the abov
**Building this version** (Instructions for Ubuntu; adapt these for other Linuxes, and 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: "apt-get install cmake pkg-config".
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