Setting up SDL 2 on Mac OS X Monterey
Last Updated 9/17/22
1)
First thing you need to do is download the OS X development libraries from the
SDL GitHub.
2)
Next open the dmg and copy the SDL2.framework to /Library/Frameworks. To go directly to a path in Finder, press command+shift+g.
3)
Now that you've installed the development libraries, it's time to start up your IDE/compiler.


Select Your IDE/Compiler | |
![]() |
XCode 13.4.1 |
Back |