Skip to content

Building

nerdCopter edited this page Feb 26, 2021 · 5 revisions

Although building is possible on any platform, here is the Debian/Ubuntu method.

one time:

sudo apt install git build-essential
git clone https://github.com/emuflight/EmuFlight.git

build:

cd EmuFlight

#on occasion when arm_sdk changes: (sometimes the servers which host arm_sdk corrupt the download, so repeat until success)
make arm_sdk_install --always-make --trace    

#build targets (single, list, or all):
make HELIOSPRING FOXEERF405 MATEKF722

# make all --keep-going

Note: this works with git checkout [branch or commit] also.

Clone this wiki locally