Changes between Version 29 and Version 30 of dev/LinuxUbuntu
- Timestamp:
- Feb 21, 2008, 9:51:00 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v29 v30 2 2 = Ubuntu Linux = 3 3 4 ''Last checked: 28. Oct. 2007 by [wiki:BenjaminKnecht Beni] on Ubuntu 7.10 (Gutsy Gibbon)''5 6 4 ''Last Revision: 09. Feb. 2008 by [wiki:NicolasSchlumberger nico], currently untested'' 7 5 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 8 Unfortunately there is not yet a Debian package available for Orxonox. We're eager to release one, though. 9 9 10 10 == Dependencies and third party libs == 11 11 12 Packages: cmake, libogre-dev, libcegui-mk2-dev, libois-dev, libenet1-dev, libboost-thread-dev 12 For 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 14 Packages: cmake, libogre-dev, libcegui-mk2-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev 13 15 14 16 To install use the following command 15 17 {{{ 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 17 19 }}} 18 20 … … 37 39 }}} 38 40 39 == Get thesource ==41 == Get our source == 40 42 Check out the source via anonymous subversion login. This will download the whole project to the directory orxonox-dir. 41 43 {{{ … … 61 63 == Possible Bugs == 62 64 === Graphics === 63 Using the "radeon" driver with your ATI graphics card will result in ugly shadow bugs in Ogre. Use flgrx instead. 65 Using the "radeon" driver with your ATI graphics card (on Gutsy) will result in ugly shadow bugs in Ogre. Use flgrx instead. 66 67 === Ogre === 68 If 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 64 70 65 71 -----