Compiling SDL Games on Mac

Posted by dejai on Stack Overflow See other posts from Stack Overflow or by dejai
Published on 2009-12-22T15:27:22Z Indexed on 2010/03/21 3:01 UTC
Read the original article Hit count: 502

Filed under:
|

I have a mac and I am trying to compile my projects. The standard on the wiki: g++ sdl.cpp -lSDLmain -lSDL -framework Cocoa does not seem to be working it returns that it cannot find -lSDL and -lSDLmain. Any help would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about sdl

Related posts about mac