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
Line 1: Line 1:
This page is under development by [[User:AppleBoy | AppleBoy]]<br />
This developers article has been moved to http://globulation2.devjavu.com/
please check the talk page for more information


== Required dependencies to be installed ==
Please go there to find in. Thank you.
This area is going to get big and complicated as you have to go thorugh and manually download and isntall just about all of the libraries required by glob2. Hopefully a better process will be found throughout this.


* [http://www.libsdl.org SDL Libraries]
[[Category:NewWiki]]
: to get SDL to work properly with glob2 you must download the source code and install it from there.
: you must also download and install SDL_net, SDL_ttf, and SDL_image.
: SDL_hnet and SDL_ttf can be installed by source very easily, no extra dependencies.
: just run the command:
: export SDL_CONFIG=/usr/local/bin/sdl-config
: after you have installed SDL and you're good to go.
:
: SDL_image on the other hand is a pain in the butt and I am still working on getting that to install.

* Xcode

To checkout CVS please [[CVS | see this page]]
[[Category:Developer Resources]]

Revision as of 05:30, 9 April 2007

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

Required dependencies to be installed

This area is going to get big and complicated as you have to go thorugh and manually download and isntall just about all of the libraries required by glob2. Hopefully a better process will be found throughout this.

to get SDL to work properly with glob2 you must download the source code and install it from there.
you must also download and install SDL_net, SDL_ttf, and SDL_image.
SDL_hnet and SDL_ttf can be installed by source very easily, no extra dependencies.
just run the command:
export SDL_CONFIG=/usr/local/bin/sdl-config
after you have installed SDL and you're good to go.
SDL_image on the other hand is a pain in the butt and I am still working on getting that to install.
  • Xcode

To checkout CVS please see this page

Misc