Print

Image

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.

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

Image

Project Information

Image

Build Directory

Image

Build and Install

From within KDevelop you can now build and build install, using the project build menu:
Image

Launch Configuration

Choose Run - Configure Launches from the menu.
Click the plus to add a launch configuration to the project:
Image

Success

Run/Debug your project:
Image

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.


Contributors to this page: jacmoe133512 points  .
Page last modified on Sunday 02 of January, 2011 01:17:52 UTC by jacmoe133512 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.