kdevelop-3.1.2

Introduction to kdevelop

Package information

kdevelop dependencies

Required

kdebase-3.3.2

Recommended

libjpeg-6b and libxml2-2.6.17

Installation of kdevelop

Install kdevelop with:

./configure --prefix=$KDE_PREFIX --disable-debug \
    --disable-dependency-tracking &&
make
[Note]

Note

If you wish to create the API documentation and you have Doxygen and GraphViz installed, make apidox must be done before make install. You'll also need to run make install-apidox to install the API documentation.

Now, as the root user:

make install &&
chown -R root:root $KDE_PREFIX/kdevbdb

Command explanations

chown -R root:root $KDE_PREFIX/kdevbdb: If kdevelop is built by any user other than root, the installed Berkeley-DB files will have incorrect ownership. This command changes the ownership to root:root.

Contents

Installed Programs: kdevelop and supporting programs

Short Descriptions

kdevelop

is an Integrated Development Environment to be used for a wide variety of programming tasks in many programming languages.

Last updated on 2005-02-11 19:55:09 -0700