ardupilot/Tools/scripts/build-jsbsim.sh

11 lines
121 B
Bash
Raw Normal View History

#!/bin/bash
set -e
set -x
rm -rf jsbsim
git clone https://github.com/tridge/jsbsim.git
cd jsbsim
./autogen.sh
make -j2