mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 11:35:57 +00:00
BUILD docs: add a command to go back to the parent directory, so that the next command on the page ("./run") works (for absent-minded people like me who will try "run" from within "x")
This commit is contained in:
parent
1f8ba1ca79
commit
49ffd7ccb6
1 changed files with 1 additions and 0 deletions
1
BUILD.md
1
BUILD.md
|
@ -197,6 +197,7 @@ Then, build:
|
|||
meson x --buildtype release --strip -Db_lto=true
|
||||
cd x
|
||||
ninja
|
||||
cd ..
|
||||
```
|
||||
|
||||
_Note: `ninja` [must][ninja-user] be run as a non-root user (only `ninja
|
||||
|
|
Loading…
Add table
Reference in a new issue