Changes between Version 3 and Version 4 of code/tools/KDevelop3
- Timestamp:
- Mar 9, 2009, 3:58:18 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/KDevelop3
v3 v4 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 directory:4 1. Go to the orxonox build directory: 5 5 {{{ 6 cd ~/orxonox/trunk 6 cd ~/orxonox/trunk/build 7 7 }}} 8 8 2. Let cmake produce the basic KDevelop project file: 9 9 {{{ 10 cmake -GKDevelop3 10 cmake -GKDevelop3 .. 11 11 }}} 12 12 3. Run KDevelop and open your project file (Project -> Open Project) 13 13 '''Edit essential options''' 14 14 4. Go to ''Project->Project Options'' choose ''Run Options'' and change following things: 15 || Executable || #PATH_TO_ORXONOX/b in/orxonox ||16 || Working Directory || #PATH_TO_ORXONOX/b in ||15 || Executable || #PATH_TO_ORXONOX/build/bin/orxonox || 16 || Working Directory || #PATH_TO_ORXONOX/build/bin || 17 17 5. Now choose ''Build Options'', select ''Make'', activate ''Run multiple jobs'' and change ''Simultaneous jobs'' (e.g. to 4) 18 18 == Make KDevelop more efficient ==