Skip to content

Commit

Permalink
Arducopter: modify Build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer committed May 4, 2024
1 parent d0b2209 commit f5ce9c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ cd ardupilot
You can also read more about the build system in the
[Waf Book](https://waf.io/book/).

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.
Waf should always be called from the ardupilot's root directory. Differently
from the make-based build, with Waf there's a configure step to choose the
board to be used (default is `sitl`).bao

## Basic usage ##

Expand Down

0 comments on commit f5ce9c0

Please sign in to comment.