From b2c3df7550245721253323e7038a14e0822138fe Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Thu, 15 Nov 2018 21:09:10 +0100 Subject: [PATCH] Point out that ninja must not be run as root See https://github.com/Genymobile/scrcpy/issues/335. --- BUILD.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD.md b/BUILD.md index 1994e9be..0da80d57 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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: