= Debian GNU/Linux = [[TOC(heading=Platforms, depth=1, dev/WindowsMinGW, dev/VisualStudio, dev/LinuxGentoo, dev/LinuxDebian, dev/LinuxUbuntu, dev/LinuxTardis, dev/MacOSX)]] ''Edited: 15. Sep. 2008 by [wiki:people/FelixSchulthess Felix]''[[br]] ''Checked: 13. Feb. 2008 by [wiki:people/simonwenner Nowic] on Debian Lenny (Testing)''[[br]] ''Checked: 6. Jun. 2010 by [wiki:people/AdrianFriedli Adi] in a clean Debian unstable chroot'' 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, type the following command (as root) {{{ # aptitude install build-essential cmake libogre-1.9-dev libenet-dev \ libvorbis-dev libalut-dev libcegui-mk2-dev tcl-dev libboost-date-time-dev \ libboost-filesystem-dev libboost-thread-dev liblua5.1-0-dev libtolua-dev libtolua++5.1-dev \ libx11-dev }}} == Building == Now proceed by following the steps described on the [wiki:LinuxSource building] page. == Development with your favorite IDE == CMake can create project files for [wiki:code/tools/KDevelop3 KDevelop], [wiki:code/tools/EclipseIDE Eclipse] or [wiki:code/tools/CMake#UsingCMakegeneratedprojectfiles Code::Blocks] for coding. Click the links for further information.