Xrasher/scripts/travis_linux_deps.sh
2019-10-16 02:09:47 +03:00

3 lines
147 B
Bash
Executable file

# 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