mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
Add cmake to install.sh
Mostly because it isn't installed and needs to be.
This commit is contained in:
parent
8282802574
commit
238a632bd6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue