mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
README.md improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user