mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-05 01:51:59 +01:00
7 lines
208 B
Bash
Executable File
7 lines
208 B
Bash
Executable File
# 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/
|