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 === |
| 19 | Do some configursation to make the usage of KDevelop smoother[[br]] |
| 20 | |
| 21 | Go 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 | |
| 30 | Go 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 == |