
INSTALLATION INSTRUCTIONS FOR ORXONOX
=====================================

INSTALLATION
============

To make it quite easy for those of you who just want to install orxonox:

1. ./configure
2. make
3. make install

DEPENDENCIES
============

There are some dependencies for orxonox you have to install:

1. SDL           (http://www.libsdl.org)
2. OPENGL        (http://www.opengl.org)
3. SDL_mixer     (http://www.libsdl.org/projects/SDL_mixer)
4. SDL_image     (http://www.libsdl.org/projects/SDL_image)
5. SDL_ttf       (http://www.libsdl.org/projects/SDL_ttf)
 a) needs libttf (http://www.freetype.org/)

Nice to Have:
6. Doxygen       (http://www.stack.nl/~dimitri/doxygen/)
7. Automake	 (http://www.gnu.org/software/automake/)
8. Autoconf      (http://www.gnu.org/software/autoconf/)

Windows Users also need the following:
9. mingw         (http://mingw.org/)


BUGS
====
Send bug reports to orxonox-dev@mail.datacore.ch



#EOF
