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
(Dependency Tree)
Line 13: Line 13:


*Glob2
*Glob2
:*[http://superb-east.dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.gz boost]
:*[http://xiph.org/downloads/ speex]
:*[http://xiph.org/downloads/ speex]
::*[http://xiph.org/downloads/ libvorbis]
::*[http://xiph.org/downloads/ libvorbis]
Line 23: Line 24:
:*[http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.6.tar.gz SDL_net]
:*[http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.6.tar.gz SDL_net]
:*[http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.5.tar.gz SDL_image]
:*[http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.5.tar.gz SDL_image]
::*[ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.8.2.tar.gz tiff]
::*[http://internap.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.16.tar.gz libpng]
::Notes
::Notes
:::must use ./configure --enable-jpg=no
::many dependencies, will list including the links
:::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)
:*zlib (included in OS X)
:*boost


== on to glob2 itself and CVS ==
== on to glob2 itself and CVS ==

Revision as of 04:22, 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
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 CVS

To checkout CVS please see this page

Misc