mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
10 lines
199 B
Bash
10 lines
199 B
Bash
# python 3.6
|
|
choco install python3
|
|
|
|
# SDL2 for VC prebuilt
|
|
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
|
|
unzip SDL2.zip
|
|
mv SDL2-$SDL_VERSION SDL2_VC
|
|
|
|
cd $TRAVIS_BUILD_DIR
|