git repos / blockattack-game

commit 32da6f0c

branches: v2.1.X

sago007 · 2017-10-15 10:07
32da6f0c2b142a2916e405941842c07fc029310d patch · browse files
parent 195987ded3e55c6344ea82492174a57707265ad5

Updated the standaline build to SDL2-2.0.6

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 21a0344..8267a62 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.5.tar.gz | tar -zx && cd SDL2-2.0.5 && ls -lrt
-cd /staging/deps/SDL2-2.0.5 && ./configure --enable-shared --enable-static && make && make install
+mkdir -p /staging/deps && cd /staging/deps && curl https://libsdl.org/release/SDL2-2.0.6.tar.gz | tar -zx && cd SDL2-2.0.6 && ls -lrt
+cd /staging/deps/SDL2-2.0.6 && ./configure --enable-shared --enable-static && make && make install
#https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz
mkdir -p /staging/deps && cd /staging/deps && curl https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz | tar -zx && cd SDL2_image-2.0.1 && ls -lrt