1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-14 03:49:58 +03:00
inav/docs/development/Building in Docker.md
2017-04-29 00:29:09 +03:00

14 lines
185 B
Markdown
Executable file

# Building in Ubuntu
Building in Docker is remarkably easy.
## Build a container with toolchain
```
docker build -t inav .
```
Build specified target
```
sh build.sh SPRACINGF3
```