Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 30 and Version 31 of code/tools/LinuxCodingTools


Ignore:
Timestamp:
Apr 12, 2017, 11:56:09 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/LinuxCodingTools

    v30 v31  
    11= Linux Coding Environment =
    2 [[TracNav(TracNav/TOC_Development)]]
    32
    43This document describes the Linux coding environement, everything you will need to work on orxonox successfully and happily ever after.
     
    65
    76== Compiler ==
    8 You will want to use the standard GNU gcc compiler that is shipped with all Linux distributions. MacOSX normally uses the XCode environment, that can be found on all installation media or on [http://www.apple.com/de/macosx/features/xcode/ Apple XCode]. For more compiler and installation related stuff refer to the [wiki:Running installation section].
     7You will want to use the standard GNU gcc compiler that is shipped with all Linux distributions. MacOSX normally uses the XCode environment, that can be found on all installation media or on [http://www.apple.com/de/macosx/features/xcode/ Apple XCode]. For more compiler and installation related stuff refer to the [wiki:~archive/Running installation section].
    98
    109
     
    5655   1. {{{Project->Project Options->CTags}}}: Look at the {{{Path}}} section and look for the ctags application on your system: on the [http://www.gentoo.org Gentoo] system it is {{{/usr/bin/exuberant-ctags}}}.
    5756 * Enable the Built-in Version Control System (doesn't work on all systems)
    58    1. Choose Menu: {{{Project->Project Options->Version Control}}}: Choose your Version Control System (for Orxonox it's subversion). ''This might cause some instability in KDevelop, use at you own risk ([wiki:NicolasSchlumberger nico]: Nov '07)''
     57   1. Choose Menu: {{{Project->Project Options->Version Control}}}: Choose your Version Control System (for Orxonox it's subversion). ''This might cause some instability in KDevelop, use at you own risk ([wiki:people/NicolasSchlumberger nico]: Nov '07)''
    5958
    6059=== Eclipse Editor (3.2) ===