Skip to content

Commit

Permalink
Point out that ninja must not be run as root
Browse files Browse the repository at this point in the history
See #335.
  • Loading branch information
rom1v committed Nov 15, 2018
1 parent 46fec41 commit b2c3df7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ cd x
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

To run without installing:
Expand Down

0 comments on commit b2c3df7

Please sign in to comment.