= Ubuntu = [[TOC(heading=Platforms, depth=1, WindowsMinGW, VisualStudio, LinuxGentoo, LinuxDebian, LinuxUbuntu, LinuxTardis)]] == Tested on == || Hardware || OS Version || Revision || Tester || Date || Result || || IBM T42 || Ubuntu Hardy Heron (8.04) || r2131 || [wiki:BenjaminKnecht Benjamin Knecht] || 09.11.2008 || success || || IBM T42 || Ubuntu Intrepid Ibex (8.10) || r2131 || [wiki:BenjaminKnecht Benjamin Knecht] || 09.11.2008 || success || || IBM T61p || Ubuntu Intrepid Ibex (8.10) || r2131 || [wiki:BenjaminKnecht Benjamin Knecht] || 09.11.2008 || success || || Lenovo W500 || Ubuntu Jaunty Jackalope (9.04) || r5761 || [wiki:DamianFrick Damian Frick] || 23.09.2009 || success || || Dell vostro 220s || Ubuntu Jaunty Jackalope (9.04) || r5994 || [wiki:BenjaminKnecht Benjamin Knecht] || 28.10.2009 || [http://forum.orxonox.net/viewtopic.php?f=6&t=373 unsuccessful] || || Lenovo W500 || Ubuntu Karmic Koala (9.10) || r6020 || [wiki:DamianFrick Damian Frick] || 2.11.2009 || success || || Lenovo W500 || Ubuntu Lucid Lynx (10.04) || r6812 || [wiki:DamianFrick Damian Frick] || 30.04.2010 || success || 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. == Dependencies == To install all tools and libraries Orxonox needs, use the following command {{{ user@ubuntu:~> sudo aptitude install build-essential cmake libogre-dev libois-dev libboost1.40-dev libboost-thread1.40-dev libboost-filesystem1.40-dev libopenal-dev libalut-dev libenet-dev libfreeimage-dev libzzip-dev liblua5.1-0-dev tcl8.5-dev libcegui-mk2-dev libvorbis-dev libogg-dev subversion }}} '''Note: if you are using ubuntu <9.10 you need to change the above command to:''' {{{ user@ubuntu:~> sudo aptitude install build-essential cmake libogre-dev libois-dev libboost1.37-dev libboost-thread1.37-dev libboost-filesystem1.37-dev libopenal-dev libalut-dev libenet-dev libfreeimage-dev libzzip-dev liblua5.1-0-dev tcl8.5-dev libcegui-mk2-dev libvorbis-dev libogg-dev subversion }}} == Building == Now follow the steps described on the [wiki:LinuxSource building] page. == Development with KDevelop == If you would like to use KDevelop for coding, see [wiki:CMake#UsingCMakewithKDevelop this] page for further information.