Compiling guichan-0.4.0 on Mac OS X

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
gene
Peon
Peon
Posts: 28
Joined: 10 Aug 2004, 18:35

Compiling guichan-0.4.0 on Mac OS X

Post by gene »

Just thought I'd share, although there's probably a better way to do it:

Code: Select all

~/src/guichan-0.4.0$ cp /build/include/SDL/* ./include/guichan/sdl/
~/src/guichan-0.4.0$ cp -Rp /build/include/SDL ./src/sdl/
~/src/guichan-0.4.0$ ./configure --prefix=/build/ --enable-force-sdlimage --enable-force-sdl && make && make install
You'll still see the "* SDL = no" message, but it builds.
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Nice we need something written and probably it will be added to the install docs.
User avatar
gene
Peon
Peon
Posts: 28
Joined: 10 Aug 2004, 18:35

Post by gene »

Once I've got "fixes" for compiling all dependencies under OS X I'll slap something together for the wiki. libxml2 is a pain, and I have yet to try physfs.
Post Reply