From: Joshua J. <jj...@gm...> - 2008-01-02 10:55:44
|
On Jan 23, 2007, at 2:58 PM, Gwenole Beauchesne wrote: >> How do I build an OS-X-native SheepShaver? > > Most importantly, you currently need the SDL libraries, manually > built. i.e. don't use the pre-built packages as the configure > script won't support the SDL frameworks. I build SDL with static > libs only (--disabled-shared), the thing is to get "sdl-config" in > your PATH once you installed the SDL development files (headers, > libraries, sdl-config). > > Next, prepare the configure script in the src/Unix/ directory. > NO_CONFIGURE=1 ACLOCAL_FLAGS="-I m4" ./autogen.sh should be enough. > > Finally, simply run ./configure with your preferred options. I > use ./configure --enable-sdl-video --enable-sdl-audio --enable-sdl- > static --disable-vosf Would you please document this in CVS, including what each option means and why it's important? Thanks, Josh |