Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 2, 2009, 1:43:28 PM (15 years ago)
Author:
rgrieder
Message:

Cleanup in the root directory:

  • Removed obsolete cmakeclearcache script
  • Updated INSTALL file
  • Deleted media_HEAD that informed about the right media repo version. That has to be dealt with properly soon!
  • Deleted update_media: Shouldn't be so hard to type "svn up ../media" (you don't need to cd ../media first)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/INSTALL

    r1505 r2632  
    1 Here our installing directions
     1************* Build System **************
     2To make platform support as easy as possible we have decided to use CMake as our build system.
     3Therefore the first thing you need to do is to get
     4CMake v.2.6 or later.
    25
    3 requirements:
    4 ogre-1.4.5
    5 ois-1.0
    6 cegui-0.5.0b
    7 enet-1.1
    8 boost-1.34.1
    9 cmake-2.4.7
    10 openal-0.0.8
    11 freealut-1.1.0
    12 libvorbis-1.2.0
    13 (all named version were tested. lower version requirement may be possible)
     6************** Libraries ****************
    147
    15 It is assumed, that you have a working graphical environment (i.e X11), including some sort of 3d acceleration (OpenGL, Direct3D)
     8In order to compile Orxonox you will need the following libraries:
     9(for windows there are already precompiled packages on the website)
    1610
    17 Further information about installing and running this application can be found on http://www.orxonox.net/wiki/Running
     11OGRE 3D Graphics Engine          1.4 (1.6 not yet supported)
     12CEGUI (Crazy Eddie's GUI System) 0.5
     13Boost libraries                  1.34
     14ENet (Network library)           1.1
     15Lua (scripting language)         5.0 or 5.1
     16Tcl (shell script language)      8.4 or 8.5
     17OpenAL (audio)                   (no version requirements specified yet)
     18ALUT (audio)                     (no version requirements specified yet)
     19LibOgg                           (no version requirements specified yet)
     20LibVorbis                        (no version requirements specified yet)
     21ZLib (compression)               (no version requirements specified yet)
     22
     23OGRE supports both OpenGL and DirectX9 rendering. You will also need OGRE for the dedicated server!
     24
     25Further information about installing and running this application can be found on
     26http://www.orxonox.net/wiki/Running
Note: See TracChangeset for help on using the changeset viewer.