Add cmake to install.sh

Mostly because it isn't installed and needs to be.
This commit is contained in:
Krutonium 2015-07-29 01:11:25 -04:00
parent 8282802574
commit 238a632bd6

View file

@ -73,7 +73,7 @@ if [[ `uname` == "Darwin" ]]; then
popd
fi
elif [[ `uname` == "Linux" ]]; then
sudo apt-get install -y --force-yes binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686
sudo apt-get install -y --force-yes binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686 cmake
fi
if [[ ! -f $cachedir/SDL2-devel-${SDL2_PV}-mingw.tar.gz ]]; then