Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 14 and Version 15 of code/tools/LinuxCodingTools


Ignore:
Timestamp:
Oct 13, 2006, 2:49:17 PM (18 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/LinuxCodingTools

    v14 v15  
    1212 1. Start KDevelop and select {{{Project->Import Existing Project}}}. [[br]]
    1313    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:
    1616 1. Code File Endings: [[br]]
    1717    {{{Project->Project Settings->C++ Specific}}} Section: {{{Class Wizard Options::Implementation Suffix}}}: Change it to {{{.cc}}}