Tools: initvagrant: install missing cmake so we can build jsbsim

This commit is contained in:
Peter Barker 2021-02-07 08:20:57 +11:00 committed by Peter Barker
parent a70f9d54c0
commit 164da261f1

View File

@ -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