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.
5 lines
159 B
5 lines
159 B
6 years ago
|
# SDL2 sources. We will build our own version
|
||
5 years ago
|
curl http://libsdl.org/release/SDL2-$SDL_VERSION.zip -o SDL2.zip
|
||
4 years ago
|
unzip -q SDL2.zip
|
||
6 years ago
|
mv SDL2-$SDL_VERSION SDL2_src
|