1
0
mirror of https://github.com/YGGverse/xash3d-fwgs.git synced 2025-01-15 01:20:32 +00:00

6 lines
134 B
Bash
Raw Normal View History

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