FPS Limiting for the main menu display code
[tennix.git] / README.MacOSX
blob82c78d92d56a01100717ef209b88b7a60cb73c74
1 Tennix can now be built on MacOS X, too! :)
3 Install Xcode tools and install the *.dmg packages
4 from www.libsdl.org:
6 http://www.libsdl.org/
7 http://www.libsdl.org/projects/SDL_mixer/
8 http://www.libsdl.org/projects/SDL_image/
10 At the time of writing, the files you need are:
11   SDL-1.2.11.dmg
12   SDL_mixer-1.2.7.dmg
13   SDL_image-1.2.5.dmg
15 You have to copy each ".framework" component from
16 the corresponding disk image to /Library/Frameworks/.
18 For building, use the following commands:
20   TARGET=cocoa make
21   TARGET=cocoa make release-osx
23 The resulting binary will be called Tennix.app.
26 Enjoy,
27           thp     2007-05-17