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
(Required dependencies to be installed)
(Dependency Tree)
Line 18: Line 18:
:*[http://www.libsdl.org/release/SDL-1.2.11.tar.gz SDL-1.2]
:*[http://www.libsdl.org/release/SDL-1.2.11.tar.gz SDL-1.2]
:*[http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.8.tar.gz SDL_ttf]
:*[http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.8.tar.gz SDL_ttf]
::*[http://download.savannah.nongnu.org/releases/freetype/freetype-2.3.4.tar.gz FreeType]
::*freetype2
::Notes:
::Notes:
::Still getting compilation errors, working on a resolution
::Still getting compilation errors, working on a resolution

Revision as of 04:08, 17 April 2007

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
Notes:
Still getting compilation errors, working on a resolution
Notes
many dependencies, will list including the links
  • zlib (included in OS X)
  • boost

on to glob2 itself and CVS

To checkout CVS please see this page

Misc