File: README.MacOSX

package info (click to toggle)
tennix 1.1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,720 kB
  • sloc: ansic: 2,906; cpp: 2,333; python: 275; objc: 245; makefile: 125
file content (15 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Build instructions for Tennix on Mac OS X
=========================================

Install Xcode tools (so you get gcc et al.) and then compile SDL, SDL_mixer,
SDL_image and SDL_ttf from source. You should install the additional libraries
in the same $PREFIX as SDL itself, so that "sdl-config --prefix" returns the
correct prefix for all libraries. After this you should be able to compile
Tennix with the following commands:

  make
  make release-osx

This should result in a Tennix.app bundle in the build directory that should
not depend on anything that is not included with a default Mac OS X install.