Changes between Version 70 and Version 71 of dev/LinuxUbuntu
- Timestamp:
- Sep 13, 2010, 10:31:55 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v70 v71 2 2 [[TOC(heading=Platforms, depth=1, WindowsMinGW, VisualStudio, LinuxGentoo, LinuxDebian, LinuxUbuntu, LinuxTardis)]] 3 3 4 == Developers only == 5 Please note that the following instructions are for developers who want to download and build the most recent changes of the source code and consider changing it in the future. If you only want to try out and play a stable version of Orxonox you should go to [wiki:download#Linux this page] and follow the instructions on how to install the Orxonox deb-package on Ubuntu. 6 4 7 == Tested on == 8 9 We try to test Orxonox as often as possible and try to ensure to always have a running version in our trunk. Below there is a table of the most recent tests with different hardware and versions of Orxonox. 5 10 6 11 || Hardware || OS Version || Revision || Tester || Date || Result || … … 12 17 || Lenovo W500 || Ubuntu Karmic Koala (9.10) || r6020 || [wiki:DamianFrick Damian Frick] || 2.11.2009 || success || 13 18 || Lenovo W500 || Ubuntu Lucid Lynx (10.04) || r6812 || [wiki:DamianFrick Damian Frick] || 30.04.2010 || success || 14 15 Unfortunately there is no package available for Orxonox yet. We're eager to release one, though. Until then, you can get a copy of Orxonox' source code and build it on your own. If you experience problems, see [wiki:LinuxProblems this] page or contact us.16 19 17 20 == Dependencies == … … 27 30 Now follow the steps described on the [wiki:LinuxSource building] page. 28 31 29 == Development with KDevelop == 30 If you would like to use KDevelop for coding, see [wiki:CMake#UsingCMakewithKDevelop this] page for further information. 32 If you experience problems running Orxonox after building it on your own, see [wiki:LinuxProblems this page] or [wiki:about#Contact contact us]. 33 34 == Development with your favorite IDE == 35 If you would like to use KDevelop, Code::Blocks or Eclipse for coding, see [wiki:CMake#UsingCMakewithKDevelop this page] for further information.