Build: update build.md to add bebop2 instructions

This commit is contained in:
Randy Mackay 2017-01-20 12:16:30 +09:00
parent 055acd2a89
commit fdc536e024
1 changed files with 8 additions and 1 deletions

View File

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