Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of dev/MacOSX


Ignore:
Timestamp:
Apr 21, 2005, 2:22:10 AM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v1 v1  
     1= Get it Running =
     2
     3== Mac OS X ==
     4
     5=== Installing the Libraries ===
     6Our code is programmed to compile with the Fink version of SDL. So get [www.fink.org fink] and Fink Commander to install sdl, sdl-image and sdl-mixer. Unfortunately SDL_ttf is not installable via Fink Commander, so download the source directly from [http://www.libsdl.org/projects/SDL_ttf] and compile it yourself:
     7To install SDL_ttf to the fink directory use the following configure command:
     8{{{
     9wraith user # ./configure --prefix=/sw/
     10}}}
     11
     12=== Getting the Source ===
     13Install subversion also via the Fink. This should work just fine.
     14
     15=== Compiling ===
     16Then compile and install by revoking
     17{{{
     18wraith user # ./configure
     19wraith user # make
     20wraith user # make install
     21}}}