Changes between Version 30 and Version 31 of code/tools/LinuxCodingTools
- Timestamp:
- Apr 12, 2017, 11:56:09 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/LinuxCodingTools
v30 v31 1 1 = Linux Coding Environment = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 This document describes the Linux coding environement, everything you will need to work on orxonox successfully and happily ever after. … … 6 5 7 6 == 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].7 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:~archive/Running installation section]. 9 8 10 9 … … 56 55 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}}}. 57 56 * 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)'' 59 58 60 59 === Eclipse Editor (3.2) ===