mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: initvagrant: install missing cmake so we can build jsbsim
This commit is contained in:
parent
a70f9d54c0
commit
164da261f1
@ -39,7 +39,7 @@ apt-get install -y gdb
|
||||
sudo -u $VAGRANT_USER ln -fs /vagrant/Tools/vagrant/screenrc /home/$VAGRANT_USER/.screenrc
|
||||
|
||||
# build JSB sim
|
||||
apt-get install -y libtool automake autoconf libexpat1-dev
|
||||
apt-get install -y libtool automake autoconf libexpat1-dev cmake
|
||||
# libtool-bin
|
||||
sudo --login -u $VAGRANT_USER /vagrant/Tools/scripts/build-jsbsim.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user