Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up SDL on OS X 10.8

I am not sure how am I supposed to setup SDL to work with my mac. I have OS X 10.8.

I remember that some time ago on the SDL page there were development libraries for OS X, Win, and Linux. Now the OS X is missing so im guessing I have to get the linux one working?

And I need runtime libraries which are available for OS X.

What do I need to do to get the whole thing up and running in Xcode 4?

Copy the runtime SDL.framework to /Library/Frameworks, then what?

I would much appreciate the whole step-by-step procedure since I am not most familiar with these things (but I do know a command or two in shell if necessary).

like image 492
Majster Avatar asked Nov 20 '12 18:11

Majster


1 Answers

The development libraries contained Xcode project templates, but the templates don't work with Xcode 4. Since the templates don't work with Xcode 4, the development libraries for Mac OS X were removed from the SDL site. Just download the Mac runtime libraries. The following article shows you how to get SDL working with Xcode 4:

Using SDL with Xcode 4

like image 198
Swift Dev Journal Avatar answered Nov 15 '22 12:11

Swift Dev Journal