mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
Update Building in Linux.md (#6526)
This commit is contained in:
parent
d9960d302c
commit
b60e7337a9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ For 2.6 and later, inav uses `cmake` as its primary build tool. `cmake` simplies
|
|||
|
||||
## Using `cmake`
|
||||
|
||||
The canonanical method of using `cmake` is to create a `build` directory and run the `cmake` and `make` commands from within the `build` directory. So, assuming we've cloned the firmware repository into an `inav` directory, we can issue the following commands to set up the build environment.
|
||||
The canonical method of using `cmake` is to create a `build` directory and run the `cmake` and `make` commands from within the `build` directory. So, assuming we've cloned the firmware repository into an `inav` directory, we can issue the following commands to set up the build environment.
|
||||
|
||||
```
|
||||
cd inav
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue