Setting Up An Application With KDevelop - Linux |
Introduction
This set of instructions will walk you through setting up a KDevelop C++ project from scratch.
When you have finished this tutorial you will be able to compile a working Ogre Application and you will be ready to start the Basic Tutorials.
Table of contents
Prerequisites
Make sure that you've created a CMake project as outlined in Building Your Projects With CMake
Creating an Ogre project in KDevelop
Choose Project - Open/Import Project from the menu.
Select Directory/Project File
Project Information
Build Directory
Build and Install
From within KDevelop you can now build and build install, using the project build menu:
Launch Configuration
Choose Run - Configure Launches from the menu.
Click the plus to add a launch configuration to the project:
Success
Conclusion
KDevelop is a full featured developing environment with excellent support for CMake based projects.
It only touches the source directory very briefly: one KDevelop project file and a .kdev4 directory.
You can live with that.