Re: How to build standalone DOSBox SVN for OS X Lion with new SDL code
Posted on 2011-08-31, 00:01
1. Some corrections and hints: in the SDL script the only important things are ./configure --enable-static --disable-video-x11 --without-x --prefix=/path/for/SDL/binaries all other things will get enabled by default anyway (so your builds *DO* have joystick and CD-Rom support), I just let it enable …