You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
141 B
4 lines
141 B
6 years ago
|
# SDL2 for MinGW prebuilt
|
||
|
curl -s http://libsdl.org/release/SDL2-devel-$SDL_VERSION-mingw.tar.gz | tar xzf -
|
||
|
mv SDL2-$SDL_VERSION SDL2_mingw
|