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.
|
|
|
# brew install python
|
|
|
|
curl -s https://www.libsdl.org/release/SDL2-$SDL_VERSION.dmg > SDL2.dmg
|
|
|
|
hdiutil attach SDL2.dmg
|
|
|
|
cd /Volumes/SDL2
|
|
|
|
mkdir -p ~/Library/Frameworks
|
|
|
|
cp -r SDL2.framework ~/Library/Frameworks/
|