Only use one sending socket; auto-determine ports
[tennix.git] / README.MacOSX
blobbe7c324f009ac6f746d430065e9ec5ecc3d3445a
1 Build instructions for Tennix on Mac OS X
2 =========================================
4 Install Xcode tools (so you get gcc et al.) and then compile SDL, SDL_mixer,
5 SDL_image and SDL_ttf from source. You should install the additional libraries
6 in the same $PREFIX as SDL itself, so that "sdl-config --prefix" returns the
7 correct prefix for all libraries. After this you should be able to compile
8 Tennix with the following commands:
10   make
11   make release-osx
13 This should result in a Tennix.app bundle in the build directory that should
14 not depend on anything that is not included with a default Mac OS X install.