mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-09 22:58:00 +00:00
5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
# SDL2 sources. We will build our own version
|
|
curl http://libsdl.org/release/SDL2-$SDL_VERSION.zip -o SDL2.zip
|
|
unzip -x SDL2.zip
|
|
mv SDL2-$SDL_VERSION SDL2_src
|