xash3d-fwgs/scripts/travis_windows_deps.sh

5 lines
144 B
Bash
Raw Normal View History

2019-03-29 03:39:41 +01:00
# SDL2 for VC prebuilt
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
unzip -q SDL2.zip
2019-03-29 03:39:41 +01:00
mv SDL2-$SDL_VERSION SDL2_VC