Changes between Version 30 and Version 31 of dev/LinuxUbuntu
- Timestamp:
- Apr 22, 2008, 9:49:18 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v30 v31 2 2 = Ubuntu Linux = 3 3 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)'' 7 5 8 6 Unfortunately there is not yet a Debian package available for Orxonox. We're eager to release one, though. … … 12 10 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 11 14 Packages: cmake, libogre-dev, lib cegui-mk2-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev12 Packages: cmake, libogre-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev, liblua5.1-0-dev 15 13 16 To install use the following command 14 To install use the following command or just use your favorite packet manager. 17 15 {{{ 18 $ sudo aptitude install build-essential cmake libogre14-dev lib cegui-mk2-1-dev libois-dev libnet1-dev libboost-thread-dev libfreeimage-dev libzzip-dev16 $ sudo aptitude install build-essential cmake libogre14-dev libois-dev libnet1-dev libboost-thread-dev libfreeimage-dev libzzip-dev liblua5.1-0-dev 19 17 }}} 20 18 21 === CEGui === 19 === CEGUI === 20 21 '''We do not require CEGUI at the moment, so don't bother installing it.''' 22 22 23 23 Using 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: … … 48 48 $ svn co https://svn.orxonox.net/orxonox/trunk orxonox-trunk 49 49 }}} 50 You will be asked for your username and password, that you got from us. 50 You will be asked for your username and password, that you got from us. 51 52 We 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 }}} 51 56 52 57 == Compile == … … 58 63 $ make 59 64 ... 60 $ ./run --mode standalone65 $ ./run 61 66 }}} 67 68 If ./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. 62 69 63 70 == Possible Bugs ==