mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
11 lines
121 B
Bash
Executable File
11 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
rm -rf jsbsim
|
|
git clone https://github.com/tridge/jsbsim.git
|
|
cd jsbsim
|
|
./autogen.sh
|
|
make -j2
|