mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 18:07:09 +01:00
5 lines
141 B
Bash
5 lines
141 B
Bash
# 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
|