Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 70 and Version 71 of dev/LinuxUbuntu


Ignore:
Timestamp:
Sep 13, 2010, 10:31:55 AM (14 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxUbuntu

    v70 v71  
    22[[TOC(heading=Platforms, depth=1, WindowsMinGW, VisualStudio, LinuxGentoo, LinuxDebian, LinuxUbuntu, LinuxTardis)]]
    33
     4== Developers only ==
     5Please 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
    47== Tested on ==
     8
     9We 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.
    510
    611|| Hardware || OS Version || Revision || Tester || Date || Result ||
     
    1217|| Lenovo W500 || Ubuntu Karmic Koala (9.10) || r6020 || [wiki:DamianFrick Damian Frick] || 2.11.2009 || success ||
    1318|| 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.
    1619
    1720== Dependencies ==
     
    2730Now follow the steps described on the [wiki:LinuxSource building] page.
    2831
    29 == Development with KDevelop ==
    30 If you would like to use KDevelop for coding, see [wiki:CMake#UsingCMakewithKDevelop this] page for further information.
     32If 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 ==
     35If you would like to use KDevelop, Code::Blocks or Eclipse for coding, see [wiki:CMake#UsingCMakewithKDevelop this page] for further information.