mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
789 B
789 B
Building in Windows 10 with Linux subsystem
Linux subsystem for Windows 10 is probably the simplest way of building INAV under Windows 10.
- Enable WSL (_Windows Subsystem for Linux) using any guide from internet. This is up to date step by step (January 2018)
- From Windows Store install
Ubuntu
- Start
Ubuntu
and run: sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
sudo apt-get update
sudo apt-get install gcc-arm-embedded make ruby
At the moment (January 2018) it will install gcc-arm-none-eabi
in version 7 q4
From this moment INAV can be build using the following command
make TARGET={TARGET_NAME}
Of course, replace {TARGET_NAME}
with a target you want to compile