From 238a632bd6b62feae730288944721bfafe8f5e80 Mon Sep 17 00:00:00 2001 From: Krutonium Date: Wed, 29 Jul 2015 01:11:25 -0400 Subject: [PATCH] Add cmake to install.sh Mostly because it isn't installed and needs to be. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0f2408cb4a..22fd15a6a3 100755 --- a/install.sh +++ b/install.sh @@ -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