yamamushi / Legends-of-Meru

Legends of Meru Roguelike MMORPG
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

How did you get SDL working with Xcode? #2

Open Data-ptr opened 11 years ago

Data-ptr commented 11 years ago

I know Google has plenty of solutions, I am curious as to how you went about it?

yamamushi commented 11 years ago

Had to compile SDL from source using Clang and libc++, because I'm trying to stay on a strict Clang diet on OSX.

Then I setup my generic include paths (everything is in /usr/local/{include | lib}, boost, sdl, libtcod, etc), and am linking with -lSDL