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

Difference between revisions of "MAC OS X Development"

From Globulation2

Jump to: navigation, search
m
Line 1: Line 1:
{{OutDated|This page is outdated and may not work|This page has not been edited in a while and the instructions on it may no longer work. It is suggested that you google for an alternative solution to compiling programs on a Mac.}}


This page is under development by [[User:AppleBoy | AppleBoy]]<br />
This page is under development by [[User:AppleBoy | AppleBoy]]<br />
please check the talk page for more information
please check the talk page for more information

Revision as of 04:26, 29 July 2007

This page is outdated and may not work: This page has not been edited in a while and the instructions on it may no longer work. It is suggested that you google for an alternative solution to compiling programs on a Mac.


This page is under development by AppleBoy
please check the talk page for more information

Dependency Tree

These are pretty much all standard source install sections. For example:

# tar -zxvf libvorbis-1.1.2.tar.gz
# cd libvorbis-1.1.2
# ./configure
# make
# sudo make install
  • Glob2
  • Rename /usr/local/include/boost_1_33_1 to boost
Notes
must use ./configure --enable-jpg=no
Glob2 doesn't use jpeg images and using the libraries from the site SDL_image suggests doesn't work, so just disabling it instead of worrying about it makes more sense
  • zlib (included in OS X)

on to glob2 itself and Mercurial

To checkout Mercurial please see this page

Misc