1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-18 22:05:15 +03:00

Update Building in Windows 10 with Linux Subsystem.md

Added instructions for compiling generated documents
This commit is contained in:
Darren Lines 2021-06-19 17:39:28 +01:00 committed by GitHub
parent 5d0e2e0c88
commit 9573bfe47b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,13 @@ Install Ubuntu:
NOTE: from this point all commands are entered into the Ubunto shell command window NOTE: from this point all commands are entered into the Ubunto shell command window
Update the repo packages: Update the repo packages:
1. `sudo apt update` - `sudo apt update`
Install Git, Make, gcc and Ruby Install Git, Make, gcc and Ruby
1. `sudo apt-get install git` - `sudo apt-get install git make cmake ruby`
1. `sudo apt-get install make`
1. `sudo apt-get install cmake` Install python and python-yaml to allow updates to settings.md
1. `sudo apt-get install ruby` - `sudo apt-get install python python-yaml`
### CMAKE and Ubuntu 18_04 ### CMAKE and Ubuntu 18_04
@ -78,6 +78,12 @@ cd build
make MATEKF722 make MATEKF722
``` ```
## Updating the documents
```
cd /mnt/c/inav
python src/utils/update_cli_docs.py
```
## Flashing: ## Flashing:
Launch windows configurator GUI and from within the firmware flasher select `Load firmware[Local]` 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` Hex files can be found in the folder `c:\inav\build`