Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 9, 2009, 3:58:18 PM (15 years ago)
Author:
scheusso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/KDevelop3

    v3 v4  
    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 directory:
     4 1. Go to the orxonox build directory:
    55{{{
    6 cd ~/orxonox/trunk
     6cd ~/orxonox/trunk/build
    77}}}
    88 2. Let cmake produce the basic KDevelop project file:
    99{{{
    10 cmake -GKDevelop3
     10cmake -GKDevelop3 ..
    1111}}}
    1212 3. Run KDevelop and open your project file (Project -> Open Project)
    1313'''Edit essential options'''
    1414 4. Go to ''Project->Project Options'' choose ''Run Options'' and change following things:
    15   || Executable || #PATH_TO_ORXONOX/bin/orxonox ||
    16 || Working Directory || #PATH_TO_ORXONOX/bin ||
     15  || Executable || #PATH_TO_ORXONOX/build/bin/orxonox ||
     16|| Working Directory || #PATH_TO_ORXONOX/build/bin ||
    1717 5. Now choose ''Build Options'', select ''Make'', activate ''Run multiple jobs'' and change ''Simultaneous jobs'' (e.g. to 4)
    1818== Make KDevelop more efficient ==