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

9 lines
232 B
Bash
Executable File

#!/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