Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 29 and Version 30 of dev/LinuxUbuntu


Ignore:
Timestamp:
Feb 21, 2008, 9:51:00 AM (16 years ago)
Author:
bknecht
Comment:

Some changes and updates (based on tests on my system)

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v29 v30  
    22= Ubuntu Linux =
    33
    4 ''Last checked: 28. Oct. 2007 by [wiki:BenjaminKnecht Beni] on Ubuntu 7.10 (Gutsy Gibbon)''
    5 
    64''Last Revision: 09. Feb. 2008 by [wiki:NicolasSchlumberger nico], currently untested''
    75
    8 Unfortunately here is not yet a Debian package available for Orxonox. We're eager to release one, though.
     6''Last checked (partly tested) (r832): 21. Feb. 2008 by [wiki:BenjaminKnecht Beni] on Ubuntu 8.04 (Hardy Heron, Alpha 4)''
     7
     8Unfortunately there is not yet a Debian package available for Orxonox. We're eager to release one, though.
    99
    1010== Dependencies and third party libs ==
    1111
    12 Packages: cmake, libogre-dev, libcegui-mk2-dev, libois-dev, libenet1-dev, libboost-thread-dev
     12For 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.
     13
     14Packages: cmake, libogre-dev, libcegui-mk2-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev
    1315
    1416To install use the following command
    1517{{{
    16   $ sudo aptitude install build-essential cmake libogre14-dev libcegui-mk2-1-dev libois-dev libnet1-dev libboost-thread-dev
     18  $ sudo aptitude install build-essential cmake libogre14-dev libcegui-mk2-1-dev libois-dev libnet1-dev libboost-thread-dev libfreeimage-dev libzzip-dev
    1719}}}
    1820
     
    3739}}}
    3840
    39 == Get the source ==
     41== Get our source ==
    4042Check out the source via anonymous subversion login. This will download the whole project to the directory orxonox-dir.
    4143{{{
     
    6163== Possible Bugs ==
    6264=== Graphics ===
    63 Using the "radeon" driver with your ATI graphics card will result in ugly shadow bugs in Ogre. Use flgrx instead.
     65Using the "radeon" driver with your ATI graphics card (on Gutsy) will result in ugly shadow bugs in Ogre. Use flgrx instead.
     66
     67=== Ogre ===
     68If you haven't installed Ogre with the package manager, you'll have to change the path in ''orxonox-dir/bin/plugin.cfg'' from ''/usr/lib/OGRE'' to ''/usr/local/lib/OGRE''.
     69
    6470
    6571-----