Changes between Version 7 and Version 8 of code/tools/LinuxCodingTools
- Timestamp:
- Nov 6, 2005, 11:53:19 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/LinuxCodingTools
v7 v8 10 10 11 11 === KDevelop Project Creation === 12 1. Start KDevelop and select {{{Project -> Import Existing Project}}}. Choose the repository directory as source directory. As project type choose {{{Generic C++ Application (Automake Base)}}}. 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: 12 1. Start KDevelop and select {{{Project -> Import Existing Project}}}. [[br]] 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: 13 16 1. Code File Endings: {{{Project->Project Settings->C++ Specific}}} Section: {{{Class Wizard Options::Implementation Suffix}}}: Change it to {{{.cc}}} 14 1. Configure Options: {{{Project->Project Settings->Configure Options}}} Section: {{{Configuration:default, Top Source Directory}}} Choose your source code directory. Do the same for {{{Build Directory}}}. You will be asked if KDevelop should re-run the configure script, yes, make it so! This should work smoothly 15 Now you are able to build the source by choosing {{{Build->Build Project}}} or by just hiting the {{{F8}}} key. 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 21 17 22 === KDevelop Misc Configurations ===