README.md improvements

This commit is contained in:
fduncanh
2021-09-18 16:32:21 -04:00
parent 2b68764c42
commit e4463c8741

View File

@@ -43,7 +43,7 @@ Zoom, see below).
6. `sudo make install`
_Note that older cmake does not require the final "`.`" to specify the current directory as the source directory,
but newer cmake requires it. If you intend to modify the code, use a separate "build" directory: replace "cmake [ ] ." by "mkdir build ; cd build ; cmake [ ] .."; you can then restore the clean source with "rm -rf build"._
but newer cmake requires it. If you intend to modify the code, use a separate "build" directory: replace "cmake [ ] ." by "mkdir build ; cd build ; cmake [ ] .."; you can then get back to the clean source (with any changes you made) with "cd .. ; rm -rf build"._
The above script installs the executable file "`uxplay`" to `/usr/local/bin`.
It can also be found in the build directory after the build