Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 27 and Version 28 of dev/LinuxUbuntu


Ignore:
Timestamp:
Feb 13, 2008, 6:52:18 PM (16 years ago)
Author:
wenners
Comment:

'get the source' and 'compile' added

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v27 v28  
    11[[TracNav(TracNav/TOC_install)]]
    22= Ubuntu Linux =
     3
    34''Last checked: 28. Oct. 2007 by [wiki:BenjaminKnecht Beni] on Ubuntu 7.10 (Gutsy Gibbon)''
    45
     
    89
    910== Dependencies and third party libs ==
     11
    1012Packages: cmake, libogre-dev, libcegui-mk2-dev, libois-dev, libenet1-dev, libboost-thread-dev
    1113
     
    1517}}}
    1618Download those with your favorite package manager.
     19
    1720=== CEGui ===
     21
    1822Using the CEGui package (libcegui) from Ubuntu results in runtime errors during the loading sequence of Ogre. Building CEGui by yourself with the right options solves the problem:
    1923
     
    3438}}}
    3539
     40== Get the source ==
     41Check out the source via anonymous subversion login. This will download the whole project to the directory orxonox-dir.
     42{{{
     43$ svn co http://svn.orxonox.net/orxonox/trunk orxonox-trunk
     44}}}
     45You won't be able to commit your own code (check in) with the anonymous subversion repository. You have to ask us for a username/password combination. If you already have an account, check it out like this:
     46{{{
     47$ svn co https://svn.orxonox.net/orxonox/trunk orxonox-trunk
     48}}}
     49You will be asked for your username and password, that you got from us.
     50
     51== Compile ==
     52
     53{{{
     54$ cd orxonox-trunk
     55$ cmake .
     56...
     57$ make
     58...
     59$ ./run --mode standalone
     60}}}
     61
    3662== Possible Bugs ==
    3763=== Graphics ===
     
    4874}}}
    4975
    50 
     76-----
    5177
    5278[[OutdatedPage]]