zrct2: update rct2 install process
This commit is contained in:
parent
8f1e9f1d54
commit
aa53355481
1 changed files with 3 additions and 3 deletions
|
|
@ -31,9 +31,9 @@ abort()
|
|||
exit "$1"
|
||||
}
|
||||
|
||||
APT_PACKAGES="gcc g++ git make cmake libsdl2-dev libicu-dev pkg-config libjansson-dev libspeex-dev libspeexdsp-dev libcurl4-openssl-dev libcrypto++-dev libfontconfig1-dev libfreetype6-dev libpng-dev libssl-dev libzip-dev"
|
||||
APT_PACKAGES="gcc g++ git make cmake libsdl2-dev libicu-dev pkg-config libjansson-dev libspeex-dev libspeexdsp-dev libcurl4-openssl-dev libcrypto++-dev libfontconfig1-dev libfreetype6-dev libpng-dev libssl-dev libzip-dev duktape-dev"
|
||||
DNF_PACKAGES="gcc gcc-c++ jansson-devel openssl-devel SDL2-devel libicu-devel speexdsp-devel libcurl-devel cmake fontconfig-devel freetype-devel libpng-devel libzip-devel mesa-libGL-devel"
|
||||
PACMAN_PACKAGES="gcc gcc-libs git cmake sdl2 fontconfig libzip libpng curl jansson speexdsp openssl icu"
|
||||
PACMAN_PACKAGES="gcc gcc-libs git cmake sdl2 fontconfig libzip libpng curl jansson speexdsp openssl icu duktape"
|
||||
|
||||
echo_white "Installing packages"
|
||||
if [ -n "$(command -v apt)" ]
|
||||
|
|
@ -68,7 +68,7 @@ then
|
|||
cd OpenRCT2 || abort $?
|
||||
git pull || abort $?
|
||||
else
|
||||
git clone https://github.com/OpenRCT2/OpenRCT2.git || abort $?
|
||||
git clone https://github.com/OpenRCT2/OpenRCT2.git --depth=1 || abort $?
|
||||
cd OpenRCT2 || abort $?
|
||||
fi
|
||||
_done
|
||||
|
|
|
|||
Loading…
Reference in a new issue