Changes between Version 37 and Version 38 of dev/LinuxGentoo
- Timestamp:
- Sep 17, 2008, 10:05:31 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxGentoo
v37 v38 8 8 This Tutorial assumes that you are using x86. If you are using amd64 just substitute the keyword. 9 9 10 == = Prerequisites ===10 == Prerequisites == 11 11 12 12 Orxonox 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. … … 29 29 eNet needs to be compiled with -fPIC to be included as shared library ([wiki:NicolasSchlumberger nico]: Dec '07). 30 30 31 == = Getting the Source Code ===31 == Getting the Source Code == 32 32 If 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''': 33 33 {{{ … … 55 55 Now make sure, you have set the correct path to your media directory in the various ini-files of Orxonox. 56 56 57 == = Compiling ===57 == Compiling == 58 58 Just cd to the trunk directory, then execute configure and make: 59 59 {{{ … … 66 66 }}} 67 67 68 == = Development with KDevelop ===68 == Development with KDevelop == 69 69 If you would like to use KDevelop for coding, see [wiki:CMake#UsingCMakewithKDevelop this] page for further information.