Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/levelloader/src/INSTALL @ 4202

Last change on this file since 4202 was 3605, checked in by bensch, 19 years ago

orxonox/trunk: merged trunk back to levelloader
merged with command:
svn merge -r 3499:HEAD trunk branches/levelloader

Conflicts in
C track_manager.h
C world_entities/player.cc
C world_entities/player.h
C world_entities/environment.h
C lib/coord/p_node.cc
C defs/debug.h
C track_manager.cc
C story_entities/campaign.h

solved in merge-favouring. It was quite easy because Chris only worked on the headers, and he didi it quite clean. Thats the spirit :)

Conflits in world.cc are a MESS: fix it

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.