git repos / blockattack-game

commit bff3dc02

Poul Sander · 2021-10-07 15:11
bff3dc02b6db652b94055fb925e88d0be7bedeb1 patch · browse files
parent c74c02a57940bc83989c14ae262a9d15c24a934a

Update SDL version for standalone build from 2.0.12 to 2.0.16

Changed files

M source/misc/standalone/compile_requirements.sh before
diff --git a/source/misc/standalone/compile_requirements.sh b/source/misc/standalone/compile_requirements.sh index e1c2da7..101dbca 100755 --- a/source/misc/standalone/compile_requirements.sh +++ b/source/misc/standalone/compile_requirements.sh
@@ -2,8 +2,8 @@
set -e
set -x
-mkdir -p /staging/deps && cd /staging/deps && curl https://libsdl.org/release/SDL2-2.0.12.tar.gz | tar -zx && cd SDL2-2.0.12 && ls -lrt
-cd /staging/deps/SDL2-2.0.12 && ./configure --enable-shared --enable-static && make && make install
+mkdir -p /staging/deps && cd /staging/deps && curl https://libsdl.org/release/SDL2-2.0.16.tar.gz | tar -zx && cd SDL2-2.0.16 && ls -lrt
+cd /staging/deps/SDL2-2.0.16 && ./configure --enable-shared --enable-static && make && make install
#https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz
mkdir -p /staging/deps && cd /staging/deps && curl https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz | tar -zx && cd SDL2_image-2.0.5 && ls -lrt