Free and Open Source real time strategy game with a new take on micro-management

MAC OS X Development

From Globulation2

Revision as of 04:45, 29 December 2008 by K776 (talk | contribs)
Jump to: navigation, search

First get XCode Developer tools and X11 installed from you Mac OSX install CD's or the Apple Website.

Handling Dependencies

The easiest way to get all dependencies installed and kept up to date with minimal effort is to use fink. Install Fink as per their websites instructions and then run:

 sudo fink install sdl-image sdl-net sdl-ttf libvorbis libvorbis0 libogg boost1.33 frididi-dev

You should now have all but two of the dependencies (speex and portaudio). Go to the http://www.speex.org/downloads/ and http://www.portaudio.com/download.html pages and grab the latest stable release (1.0.5 for speex and v19_20071207 for portaudio) at the time of writing this). Extract and run for both:

 ./configure && make && sudo make install

Compiling Globulation 2

Now carry on with compilation like normal. See http://globulation2.org/wiki/Compiling#Compile_from_Sources

Misc