BUILD.md: add note to note use sudo when running waf

This commit is contained in:
Peter Barker 2023-07-13 09:06:35 +10:00 committed by Peter Barker
parent 4b1c7b10d7
commit 85eeffcbc3
1 changed files with 3 additions and 0 deletions

View File

@ -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