1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 19:40:27 +03:00
inav/docs/development/Building in Windows 10 with Linux Subsystem.md
Pawel Spychalski (DzikuVx) 60ba40aa44 Build docs for Windows10 WSL
2018-01-28 16:44:26 +01:00

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.

  1. Enable WSL (_Windows Subsystem for Linux) using any guide from internet. This is up to date step by step (January 2018)
  2. From Windows Store install Ubuntu
  3. Start Ubuntu and run:
  4. sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
  5. sudo apt-get update
  6. 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