From 1bf841c06cac6632c979bd2227fc4a031dacff44 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 12 Sep 2021 19:04:03 -0400 Subject: [PATCH] Current version is UxPlay-1.35 (not 2.35); update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c5be4f..27aa6ad 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ Features: available. VAAPI is preferable, (but don't use VAAPI with nVidia) 4. Automatic screen orientation. -Getting it: (after sudo apt-get-install git cmake): +**Getting it**: either download and unzip [UxPlay-master.zip](https://github.com/FDH2/UxPlay/archive/refs/heads/master.zip), +or (after sudo apt-get-install git): -git clone https://github.com/FDH2/UxPlay.git +```git clone https://github.com/FDH2/UxPlay.git```. This is a pull request on the original site https://github.com/antimof/UxPlay.git ; it may or may not ever @@ -24,6 +25,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). +If it is not installed, install cmake>=2.4.3: (sudo apt-get-install cmake). In a terminal window, change directories to the UxPlay directory of the downloaded source code, then do