Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3555 in orxonox.OLD for orxonox/trunk/src/INSTALL


Ignore:
Timestamp:
Mar 15, 2005, 2:23:52 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ChangeLog/INSTALL reniced.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/INSTALL

    r1956 r3555  
    33=====================================
    44
    5 Installing an using orx is very simple: Just type:
     5INSTALLATION
     6============
    67
    7 cd ../orxonox/trunk
    8 ./configure
    9 make
    10 ./bin/orxonox
     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/)
    1133
    1234
Note: See TracChangeset for help on using the changeset viewer.