Changes between Version 4 and Version 5 of code/tools/KDevelop3
- Timestamp:
- Mar 30, 2009, 3:32:29 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/KDevelop3
v4 v5 2 2 == Necessary steps == 3 3 If 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: 5 5 {{{ 6 6 cd ~/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 {{{ 10 rm -f CMakeCache.txt 7 11 }}} 8 12 2. Let cmake produce the basic KDevelop project file: