Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 30 and Version 31 of dev/LinuxUbuntu


Ignore:
Timestamp:
Apr 22, 2008, 9:49:18 AM (17 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v30 v31  
    22= Ubuntu Linux =
    33
    4 ''Last Revision: 09. Feb. 2008 by [wiki:NicolasSchlumberger nico], currently untested''
    5 
    6 ''Last checked (partly tested) (r832): 21. Feb. 2008 by [wiki:BenjaminKnecht Beni] on Ubuntu 8.04 (Hardy Heron, Alpha 4)''
     4''Last checked (not all the dependencies reviewed) (r1120): 22. Apr. 2008 by [wiki:BenjaminKnecht Beni] on Ubuntu 8.04 (Hardy Heron, Beta)''
    75
    86Unfortunately there is not yet a Debian package available for Orxonox. We're eager to release one, though.
     
    1210For developers we recommend to install the latest version of [http://ogre3d.org/index.php?option=com_content&task=view&id=412&Itemid=132 Ogre]. However, you might run into problems compiling Ogre.
    1311
    14 Packages: cmake, libogre-dev, libcegui-mk2-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev
     12Packages: cmake, libogre-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev, liblua5.1-0-dev
    1513
    16 To install use the following command
     14To install use the following command or just use your favorite packet manager.
    1715{{{
    18   $ sudo aptitude install build-essential cmake libogre14-dev libcegui-mk2-1-dev libois-dev libnet1-dev libboost-thread-dev libfreeimage-dev libzzip-dev
     16  $ sudo aptitude install build-essential cmake libogre14-dev libois-dev libnet1-dev libboost-thread-dev libfreeimage-dev libzzip-dev liblua5.1-0-dev
    1917}}}
    2018
    21 === CEGui ===
     19=== CEGUI ===
     20
     21'''We do not require CEGUI at the moment, so don't bother installing it.'''
    2222
    2323Using 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:
     
    4848$ svn co https://svn.orxonox.net/orxonox/trunk orxonox-trunk
    4949}}}
    50 You will be asked for your username and password, that you got from us.
     50You will be asked for your username and password, that you got from us.
     51
     52We have a seperate data repository. Download it via SVN as well. For instance use this command:
     53{{{
     54$ svn co http://svn.orxonox.net/data/Media media
     55}}}
    5156
    5257== Compile ==
     
    5863$ make
    5964...
    60 $ ./run --mode standalone
     65$ ./run
    6166}}}
     67
     68If ./run doesn't work check out ''bin/orxonox.ini'' and compare the given data-path with the one you downloaded the data repository to. If the paths don't match, change it in the orxonox.ini and try ./run again.
    6269
    6370== Possible Bugs ==