Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/gui/src/INSTALL @ 10129

Last change on this file since 10129 was 3555, checked in by bensch, 19 years ago

orxonox/trunk: ChangeLog/INSTALL reniced.

File size: 940 bytes
Line 
1
2INSTALLATION INSTRUCTIONS FOR ORXONOX
3=====================================
4
5INSTALLATION
6============
7
8To make it quite easy for those of you who just want to install orxonox:
9
101. ./configure
112. make
123. make install
13
14DEPENDENCIES
15============
16
17There are some dependencies for orxonox you have to install:
18
191. SDL           (http://www.libsdl.org)
202. OPENGL        (http://www.opengl.org)
213. SDL_mixer     (http://www.libsdl.org/projects/SDL_mixer)
224. SDL_image     (http://www.libsdl.org/projects/SDL_image)
235. SDL_ttf       (http://www.libsdl.org/projects/SDL_ttf)
24 a) needs libttf (http://www.freetype.org/)
25
26Nice to Have:
276. Doxygen       (http://www.stack.nl/~dimitri/doxygen/)
287. Automake      (http://www.gnu.org/software/automake/)
298. Autoconf      (http://www.gnu.org/software/autoconf/)
30
31Windows Users also need the following:
329. mingw         (http://mingw.org/)
33
34
35BUGS
36====
37Send bug reports to orxonox-dev@mail.datacore.ch
38
39
40
41#EOF
Note: See TracBrowser for help on using the repository browser.