Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/src/INSTALL
- Timestamp:
- Mar 18, 2005, 11:52:15 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/INSTALL
r1956 r3605 3 3 ===================================== 4 4 5 Installing an using orx is very simple: Just type: 5 INSTALLATION 6 ============ 6 7 7 cd ../orxonox/trunk 8 ./configure 9 make 10 ./bin/orxonox 8 To make it quite easy for those of you who just want to install orxonox: 9 10 1. ./configure 11 2. make 12 3. make install 13 14 DEPENDENCIES 15 ============ 16 17 There are some dependencies for orxonox you have to install: 18 19 1. SDL (http://www.libsdl.org) 20 2. OPENGL (http://www.opengl.org) 21 3. SDL_mixer (http://www.libsdl.org/projects/SDL_mixer) 22 4. SDL_image (http://www.libsdl.org/projects/SDL_image) 23 5. SDL_ttf (http://www.libsdl.org/projects/SDL_ttf) 24 a) needs libttf (http://www.freetype.org/) 25 26 Nice to Have: 27 6. Doxygen (http://www.stack.nl/~dimitri/doxygen/) 28 7. Automake (http://www.gnu.org/software/automake/) 29 8. Autoconf (http://www.gnu.org/software/autoconf/) 30 31 Windows Users also need the following: 32 9. mingw (http://mingw.org/) 11 33 12 34
Note: See TracChangeset
for help on using the changeset viewer.