Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 10 and Version 11 of dev/LinuxUbuntu


Ignore:
Timestamp:
Dec 6, 2006, 10:11:26 AM (17 years ago)
Author:
edrundor
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v10 v11  
    5454Instead of compiling Orxonox you can also get the Ubuntu packages here [http://people.ee.ethz.ch/~psachs]
    5555
     56or you can add the following source to /etc/apt/sources.list:
     57{{{
     58deb http://people.ee.ethz.ch/~psachs edgy games
     59}}}
     60
    5661After starting Orxonox you are asked to give the data path for Orxonox. The correct path is: '/usr/share/orxonox-data'
    5762
     
    6267}}}
    6368
     69If you get an error message (while compiling) that 'msr.h' is missing you have to copy it from the following path. (If you have a different kernel version the path may differ)
     70{{{
     71sudo cp /usr/src/linux-headers-2.6.17-10/include/asm-i386/msr.h /usr/include/asm-i386/msr.h
     72}}}
     73
     74If you get an error message '/usr/bin/ld cannot find -llualib' use the following command to solve:
     75{{{
     76user@system:/usr/lib# ln -s  liblualib50.a liblualib.a
     77}}}