mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-14 20:10:15 +03:00
14 lines
185 B
Markdown
Executable file
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
|
|
```
|