Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 4 and Version 5 of code/tools/KDevelop3


Ignore:
Timestamp:
Mar 30, 2009, 3:32:29 PM (15 years ago)
Author:
scheusso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/KDevelop3

    v4 v5  
    22== Necessary steps ==
    33If you want to code comfortable then we suggest you to use an IDE. The below steps describe how to use KDevelop as your IDE.
    4  1. Go to the orxonox build directory:
     4 1.a) Go to the orxonox build directory:
    55{{{
    66cd ~/orxonox/trunk/build
     7}}}
     8 1.b) Make sure you didn't run cmake before in this directory. If you did, just remove the CMakeCache file (note: you will have to rebuild the project afterwards, if you do this)
     9{{{
     10rm -f CMakeCache.txt
    711}}}
    812 2. Let cmake produce the basic KDevelop project file: