Changes between Version 31 and Version 32 of dev/LinuxUbuntu
- Timestamp:
- May 15, 2008, 8:12:37 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v31 v32 2 2 = Ubuntu Linux = 3 3 4 ''Last checked (not all the dependencies reviewed) (r1 120): 22. Apr. 2008 by [wiki:BenjaminKnecht Beni] on Ubuntu 8.04 (Hardy Heron, Beta)''4 ''Last checked (not all the dependencies reviewed) (r1293): 15. May. 2008 by [wiki:BenjaminKnecht Beni] on Ubuntu 8.04 (Hardy Heron)'' 5 5 6 6 Unfortunately there is not yet a Debian package available for Orxonox. We're eager to release one, though. … … 10 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. 11 11 12 Packages: cmake, libogre-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev, liblua5.1-0-dev 12 Packages: cmake, libogre-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev, liblua5.1-0-dev, tcl8.4-dev 13 13 14 14 To install use the following command or just use your favorite packet manager. 15 15 {{{ 16 $ sudo aptitude install build-essential cmake libogre14-dev libois-dev libnet1-dev libboost-thread-dev libfreeimage-dev libzzip-dev liblua5.1-0-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 tcl8.4-dev 17 17 }}} 18 18 … … 65 65 $ ./run 66 66 }}} 67 68 If you get errors running cmake you most certainly forgot to install a package. Run ./cmakeclearcache after you installed the missing packages and run cmake again. 67 69 68 70 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.