xash3d-fwgs/scripts/travis/deps_linux.sh

5 lines
159 B
Bash
Raw Normal View History

2018-11-18 16:33:32 +01:00
# SDL2 sources. We will build our own version
2019-10-16 01:18:12 +02:00
curl http://libsdl.org/release/SDL2-$SDL_VERSION.zip -o SDL2.zip
unzip -q SDL2.zip
2018-11-18 16:33:32 +01:00
mv SDL2-$SDL_VERSION SDL2_src