From fdc536e02471364eb1f4dd1ccf35cc57dd226f06 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Fri, 20 Jan 2017 12:16:30 +0900 Subject: [PATCH] Build: update build.md to add bebop2 instructions --- BUILD.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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**