Changes between Version 7 and Version 8 of dev/LinuxUbuntu
- Timestamp:
- Dec 4, 2006, 10:06:17 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v7 v8 49 49 }}} 50 50 Select the data file orxonox/data/trunk/data.oxd in the menu and play! 51 52 53 === Ubuntu package === 54 Instead of compiling Orxonox you can also get the Ubuntu packages here [http://people.ee.ethz.ch/~psachs] 55 56 At the moment there isn't a link to the data files. After starting Orxonox you are asked to give the data path for Orxonox. 57 The correct path is: '/usr/share/orxonox-data' 58 59 === Known Bugs === 60 Probably you have to start Orxonox with the following command (If you compiled it yourself its ./orxonox instead of orxonox): 61 {{{ 62 env R300_SPAN_DISABLE_LOCKING="true" orxonox 63 }}} 64