mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-16 21:05:32 +03:00
Update Building in Windows 10 with Linux Subsystem.md
Added instructions for compiling generated documents
This commit is contained in:
parent
5d0e2e0c88
commit
9573bfe47b
1 changed files with 11 additions and 5 deletions
|
@ -20,13 +20,13 @@ Install Ubuntu:
|
|||
NOTE: from this point all commands are entered into the Ubunto shell command window
|
||||
|
||||
Update the repo packages:
|
||||
1. `sudo apt update`
|
||||
- `sudo apt update`
|
||||
|
||||
Install Git, Make, gcc and Ruby
|
||||
1. `sudo apt-get install git`
|
||||
1. `sudo apt-get install make`
|
||||
1. `sudo apt-get install cmake`
|
||||
1. `sudo apt-get install ruby`
|
||||
- `sudo apt-get install git make cmake ruby`
|
||||
|
||||
Install python and python-yaml to allow updates to settings.md
|
||||
- `sudo apt-get install python python-yaml`
|
||||
|
||||
### CMAKE and Ubuntu 18_04
|
||||
|
||||
|
@ -78,6 +78,12 @@ cd build
|
|||
make MATEKF722
|
||||
```
|
||||
|
||||
## Updating the documents
|
||||
```
|
||||
cd /mnt/c/inav
|
||||
python src/utils/update_cli_docs.py
|
||||
```
|
||||
|
||||
## Flashing:
|
||||
Launch windows configurator GUI and from within the firmware flasher select `Load firmware[Local]`
|
||||
Hex files can be found in the folder `c:\inav\build`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue