Changes between Version 10 and Version 11 of dev/LinuxUbuntu
- Timestamp:
- Dec 6, 2006, 10:11:26 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v10 v11 54 54 Instead of compiling Orxonox you can also get the Ubuntu packages here [http://people.ee.ethz.ch/~psachs] 55 55 56 or you can add the following source to /etc/apt/sources.list: 57 {{{ 58 deb http://people.ee.ethz.ch/~psachs edgy games 59 }}} 60 56 61 After starting Orxonox you are asked to give the data path for Orxonox. The correct path is: '/usr/share/orxonox-data' 57 62 … … 62 67 }}} 63 68 69 If 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 {{{ 71 sudo cp /usr/src/linux-headers-2.6.17-10/include/asm-i386/msr.h /usr/include/asm-i386/msr.h 72 }}} 73 74 If you get an error message '/usr/bin/ld cannot find -llualib' use the following command to solve: 75 {{{ 76 user@system:/usr/lib# ln -s liblualib50.a liblualib.a 77 }}}