= Get it Running = == Mac OS X == == Installing the Utilities == On the [http://fink.sourceforge.net/ fink] website you will find the fink program, which you will need to install the libraries. Go there to the download zone and get the binary (.dmg) version. [[br]] Now you will want to download the fink commander, its a gui for the fink program that makes it much easier to work with. you can get it from the [http://finkcommander.sourceforge.net/ sourceforge site] === Installing the Libraries === Our 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: To install SDL_ttf to the fink directory use the following configure command: {{{ wraith user # ./configure --prefix=/sw/ }}} === Getting the Source === Install subversion also via the Fink. This should work just fine. === Compiling === Then compile and install by revoking {{{ wraith user # ./configure wraith user # make wraith user # make install }}}