Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 31 and Version 32 of dev/LinuxUbuntu


Ignore:
Timestamp:
May 15, 2008, 8:12:37 PM (16 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v31 v32  
    22= Ubuntu Linux =
    33
    4 ''Last checked (not all the dependencies reviewed) (r1120): 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)''
    55
    66Unfortunately there is not yet a Debian package available for Orxonox. We're eager to release one, though.
     
    1010For 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.
    1111
    12 Packages: cmake, libogre-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev, liblua5.1-0-dev
     12Packages: cmake, libogre-dev, libois-dev, libenet1-dev, libboost-thread-dev, libfreeimage-dev, libzzip-dev, liblua5.1-0-dev, tcl8.4-dev
    1313
    1414To install use the following command or just use your favorite packet manager.
    1515{{{
    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
    1717}}}
    1818
     
    6565$ ./run
    6666}}}
     67
     68If 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.
    6769
    6870If ./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.