16 | | 1. Code File Endings: {{{Project->Project Settings->C++ Specific}}} Section: {{{Class Wizard Options::Implementation Suffix}}}: Change it to {{{.cc}}} |
17 | | 1. Configure Options: {{{Project->Project Settings->Configure Options}}} Section: {{{Configuration:default, Top Source Directory}}} Choose your source code directory. [[br]] |
18 | | Do the same for {{{Build Directory}}}. [[br]] |
19 | | You will be asked if KDevelop should re-run the configure script, yes, make it so! This should work smoothly [[br]] |
20 | | Now you are able to build the source by choosing {{{Build->Build Project}}} or by just hiting the {{{F8}}} key. |
| 16 | 1. Code File Endings: [[br]] |
| 17 | {{{Project->Project Settings->C++ Specific}}} Section: {{{Class Wizard Options::Implementation Suffix}}}: Change it to {{{.cc}}} |
| 18 | 1. Configure Options: [[br]] |
| 19 | {{{Project->Project Settings->Configure Options}}} Section: {{{Configuration:default, Top Source Directory}}} Choose your source code directory. [[br]] |
| 20 | Do the same for {{{Configuration:default, Build Directory}}}. [[br]] |
| 21 | You will be asked if KDevelop should re-run the configure script, yes, make it so! This should work smoothly. Now you are able to build the source by choosing {{{Build->Build Project}}} or by just hiting the {{{F8}}} key. |