Browse Source

Build: update build.md to add bebop2 instructions

master
Randy Mackay 8 years ago
parent
commit
fdc536e024
  1. 9
      BUILD.md

9
BUILD.md

@ -34,7 +34,14 @@ list some basic and more used commands as example. @@ -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/<board-name>/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/<board-name>/bin` directory.
* **List available boards**

Loading…
Cancel
Save