From 85eeffcbc3f961c3b68ebd6add6a9ebf332f2c44 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 13 Jul 2023 09:06:35 +1000 Subject: [PATCH] BUILD.md: add note to note use sudo when running waf --- BUILD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.md b/BUILD.md index 4d30864ffa..3ddaaef4ee 100644 --- a/BUILD.md +++ b/BUILD.md @@ -13,6 +13,9 @@ You can also read more about the build system in the waf should always be called from the locally cloned ardupilot root directory for the local branch you are trying to build from. +**Note** +Do not run `waf` with `sudo`! This leads to permission and environment problems. + ## Basic usage ## There are several commands in the build system for advanced usage, but here we