Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/tools/LinuxCodingTools


Ignore:
Timestamp:
Sep 23, 2005, 10:00:02 PM (19 years ago)
Author:
bensch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/LinuxCodingTools

    v2 v3  
    11= Linux Coding Environment =
    22
    3 This document describes the linux coding environement, everything you will need to work on orxonox successfully and happily ever after. The guid is meant for all linux distributions but specialy for [www.gentoo.org Gentoo].
     3This document describes the linux coding environement, everything you will need to work on orxonox successfully and happily ever after. The guid is meant for all linux distributions but specialy for [http://www.gentoo.org Gentoo].
    44
    55== Compiler ==
    66You will want to use the standard GNU gcc compiler that is shiped with all linux distributions.
    77
    8 == Code Editor ==
    9 After using [http://www.xemacs.org/ xemacs] with the [http://ecb.sourceforge.net/ ECB] plugin, we changed to the [http://www.kdevelop.org/ KDevelop] editor, which is probably the best code editor in the whole open source world at the moment. We encourage you to install [http://www.kdevelop.org/ KDevelop], there is already a woking kdevelop project file found at: {{{/trunk/orxonox.kdevelop}}}.[[br]]
     8== Code Editors ==
     9After using [http://www.xemacs.org/ xemacs] with the [http://ecb.sourceforge.net/ ECB] plugin, which was successful for small projects, we changed to the [http://www.kdevelop.org/ KDevelop] editor, which is probably the best code editor in the whole open source world for the time beiing. We encourage you to install [http://www.kdevelop.org/ KDevelop], there is already a woking kdevelop project file found at: source:/trunk/orxonox.kdevelop. [[br]]
    1010Now costomize your kdevelop like this:[[br]]
    1111__Settings=>Configure KDevelop...__
     
    1313 * Documentation: Click on {{{Doxygen Documentation Collection}}} (in the lower middle) => Add: {{{trunk/doc/html/index.html}}} (this only works, if you have already generated the doxygen documentation with {{{make doc}}} in the orxonox trunk)
    1414__Settings=>Configure Editor... __
    15 (this is only klickable if you have already opened a c++ source file to view)
     15(this is only clickable if you have already opened a c++ source file to view)
    1616 * Editing: Check {{{Remove trailing spaces}}}
    1717 * Indentation: Select {{{C Style}}} for {{{Indentation Mode}}}