Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 9, 2012, 11:24:38 AM (12 years ago)
Author:
bknecht
Comment:

Cleaned up page and added updated information from CMake page

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/KDevelop3

    v5 v6  
    1 = Using KDevelop as your IDE =
    2 == Necessary steps ==
     1= Tips for using KDevelop as your IDE =
     2== How to make Orxonox a KDevelop project ==
    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.
    44 1.a) Go to the orxonox build directory:
     
    1515}}}
    1616 3. Run KDevelop and open your project file (Project -> Open Project)
    17 '''Edit essential options'''
    18  4. Go to ''Project->Project Options'' choose ''Run Options'' and change following things:
    19   || Executable || #PATH_TO_ORXONOX/build/bin/orxonox ||
    20 || Working Directory || #PATH_TO_ORXONOX/build/bin ||
    21  5. Now choose ''Build Options'', select ''Make'', activate ''Run multiple jobs'' and change ''Simultaneous jobs'' (e.g. to 4)
    22 == Make KDevelop more efficient ==
     17
     18=== Optimize KDevelop ===
     19Do some configursation to make the usage of KDevelop smoother[[br]]
     20
     21Go to '''{{{Project->Project Option->Build Option->Make}}}''', and do the following changes[[BR]]
     22
     23 * Select Run Multiple Jobs, and set Number of Simultaneous Jobs to 3[[BR]]
     24 * set Make Prority to 5 [[br]]
     25 * Optional: Add Environment Variables [[br]]
     26  * i.e Name: CXXFLAGS; Value: -O2 -pipe[[br]]
     27  * CXXFLAGS or LDFLAGS are also possible. In fact any compiler flags can be set here[[br]]
     28  ''If you don't know what CFLAGS are, don't set them, otherwise use at you own discretion. Only reasonable flags will be supported''[[br]][[br]]
     29
     30Go to '''{{{Project->Project Option->Run Option}}}'''
     31 * Working Directory: just add {{{/bin}}}
     32 ''you still need to run {{{./run-script}}} the first time''
     33
     34== Improve your productivity with KDevelop ==
    2335In order to improve productivity you can activate / benefit from some features.
    2436=== Shortcuts ===