Kdevelop-4.2.0

Introduction to Kdevelop

This package provides tools and editors for development.

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

Kdevelop Dependencies

Required

kdevplatform-1.2.0,

Recommended

Optional

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdevelop4

Installation of Kdevelop

Install Kdevelop by running the following commands:

mkdir build &&
cd build

Prepare the package for compilation:

cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
    -DKDE_DEFAULT_HOME=.kde4 \
    -DSYSCONF_INSTALL_DIR=/etc/sysconfig \
    .. &&
make

Now, as the root user:

make install

Contents

Installed Programs: kdevelop
Installed Libraries: libkdev4cmakecommon.so, libkdev4cppdochain.so, libkdev4cppparser.so, libkdev4cpprpp.so
Installed Directory:

Last updated on 2011-03-09 20:39:52 +0000