Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of code/tools/LinuxCodingTools


Ignore:
Timestamp:
Nov 6, 2005, 11:54:56 PM (18 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/LinuxCodingTools

    v8 v9  
    1414    As project type choose {{{Generic C++ Application (Automake Base)}}}. [[br]]
    1515    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:
    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.
    2122
    2223=== KDevelop Misc Configurations ===