diff --git a/BUILD.md b/BUILD.md index 5f58d09927..e9fbe73a3a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -34,7 +34,14 @@ list some basic and more used commands as example. ./waf copter ``` - The "arducopter" and "arducopter-heli" binaries should appear in the build//bin directory. + If building for the bebop2 the binary must be built statically: + + ```sh + ./waf configure --board bebop --static + ./waf copter + ``` + + The "arducopter" and "arducopter-heli" binaries should appear in the `build//bin` directory. * **List available boards**