Apple OSX 10.6 Snow Leopard
Changed the compilation routine slightly:
This is what I did:
OS X:
- Install latest Xcode
- Install latest SDL development libraries
- Unzip SDL Mame ZIP
Edit supplied makefile:
change both lines starting with CFLAGS ( lines 305 and 307 )
append to end of both lines the directive: -m32
Then after line 597 ( $(AR) -cr $@ $^ ) add this line:
ranlib $@
Then compile as normal: make TARGETOS=macosx
Last edited by Fuzzypig; 09/12/09 09:20 PM.