Changes between Version 14 and Version 15 of code/tools/LinuxCodingTools
- Timestamp:
- Oct 13, 2006, 2:49:17 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/LinuxCodingTools
v14 v15 12 12 1. Start KDevelop and select {{{Project->Import Existing Project}}}. [[br]] 13 13 Choose the repository directory as source directory. [[br]] 14 As project type choose {{{Generic C++ Application ( Automake Base)}}}. [[br]]15 This will auto generate the project . There are some settings that you will have to get right to enable KDevelop to compile your program correctly:14 As project type choose {{{Generic C++ Application (Custom Makefiles)}}}. [[br]] 15 This will auto generate the project files. There are some settings that you will have to get right to enable KDevelop to compile your program correctly: 16 16 1. Code File Endings: [[br]] 17 17 {{{Project->Project Settings->C++ Specific}}} Section: {{{Class Wizard Options::Implementation Suffix}}}: Change it to {{{.cc}}}