Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 37 and Version 38 of dev/LinuxGentoo


Ignore:
Timestamp:
Sep 17, 2008, 10:05:31 PM (16 years ago)
Author:
FelixSchulthess
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxGentoo

    v37 v38  
    88This Tutorial assumes that you are using x86. If you are using amd64 just substitute the keyword.
    99
    10 === Prerequisites ===
     10== Prerequisites ==
    1111
    1212Orxonox uses Ogre with CEGUI for rendering, OIS for input handling, eNet for network support Boost for threading and cMake as build-system. You will have to install these packages. Every needed package is in portage.
     
    2929eNet needs to be compiled with -fPIC to be included as shared library ([wiki:NicolasSchlumberger nico]: Dec '07).
    3030
    31 === Getting the Source Code ===
     31== Getting the Source Code ==
    3232If you have not done so already, you need to install Subversion on your system. To do this, make sure that you have '''ssl''' included in your '''make.conf''' file:, which is normally located at '''/etc/make.conf''':
    3333{{{
     
    5555Now make sure, you have set the correct path to your media directory in the various ini-files of Orxonox.
    5656
    57 === Compiling ===
     57== Compiling ==
    5858Just cd to the trunk directory, then execute configure and make:
    5959{{{
     
    6666}}}
    6767
    68 === Development with KDevelop ===
     68== Development with KDevelop ==
    6969If you would like to use KDevelop for coding, see [wiki:CMake#UsingCMakewithKDevelop this] page for further information.