5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-13 20:28:37 -04:00
ardupilot/Tools/environment_install/APM_install.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
232 B
Bash
Raw Normal View History

#!/bin/bash
#A simple script to install the APM SITL environment into cygwin
git clone git://github.com/ArduPilot/ardupilot.git
cd ./ardupilot
git submodule update --init --recursive
./modules/waf/waf-light configure --board=sitl