xash3d-fwgs/scripts/travis_linux_deps.sh

4 lines
147 B
Bash
Raw Normal View History

2018-11-18 16:33:32 +01:00
# SDL2 sources. We will build our own version
curl -s http://libsdl.org/release/SDL2-$SDL_VERSION.tar.gz | tar xzf -
mv SDL2-$SDL_VERSION SDL2_src