Changes between Version 18 and Version 19 of code/tools/LinuxCodingTools
- Timestamp:
- Oct 13, 2006, 3:01:15 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/LinuxCodingTools
v18 v19 18 18 There are some settings that you will have to get right to enable KDevelop to compile your program correctly: 19 19 1. C++ file endings: [[br]] 20 Select: {{{Project->Project Settings}}}, go to section: {{{C++ Specific}}}, there look out for: {{{ Class Wizard Options->Implementation Suffix }}}, change it from {{{.cpp}}}to {{{.cc}}}(since we call our files .cc and not .cpp)20 Select: '''Project->Project Settings''', go to section: '''C++ Specific''', there look out for: '''Class Wizard Options->Implementation Suffix''', change it from '''.cpp''' to '''.cc''' (since we call our files .cc and not .cpp) 21 21 1. Project build options: [[br]] 22 Select {{{Project->Project Settings}}}, go to section: {{{ Build Options }}}, change to tab {{{Make}}}, there check the fields: {{{Abord on first error}}} and increase {{{Number of simultaneous jobs}}} to {{{2}}} or {{{3}}}22 Select '''Project->Project Settings''', go to section: '''Build Options''', change to tab '''Make''', there check the fields: '''Abord on first error''' and increase '''Number of simultaneous jobs''' to '''2''' or '''3''' 23 23 1. Project {{{Configure}}} options: [[br]] 24 24 Select {{{Project->Project Settings}}}, go to section: {{{ Configure Options }}}, look out for: {{{Configuration:default, Top Source Directory}}} Choose your source code directory. [[br]]