Open Data-ptr opened 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
I know Google has plenty of solutions, I am curious as to how you went about it?