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.
|
# python 3.6 |
|
choco install python3 -y |
|
|
|
# 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
|
|
|