Point out that ninja must not be run as root
See https://github.com/Genymobile/scrcpy/issues/335.
This commit is contained in:
parent
46fec41b7b
commit
b2c3df7550
1 changed files with 6 additions and 0 deletions
6
BUILD.md
6
BUILD.md
|
@ -199,6 +199,12 @@ cd x
|
||||||
ninja
|
ninja
|
||||||
```
|
```
|
||||||
|
|
||||||
|
_Note: `ninja` [must][ninja-user] be run as a non-root user (only `ninja
|
||||||
|
install` must be run as root)._
|
||||||
|
|
||||||
|
[ninja-user]: https://github.com/Genymobile/scrcpy/commit/4c49b27e9f6be02b8e63b508b60535426bd0291a
|
||||||
|
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
|
||||||
To run without installing:
|
To run without installing:
|
||||||
|
|
Loading…
Reference in a new issue