KDE Software and WEB Development Packages

These KDE applications are generally of interest to software or WEB developers. General users can skip them without a loss of functionality.

Kdesdk-3.5.6

Introduction to Kdesdk

Kdesdk provides several applications useful for developers. Programs include a version control system front-end for CVS, a program to view the differences between files, a UML Modeller, and a profile data visualization tool.

Package Information

Kdesdk Dependencies

Required

kdebase-3.5.6

Recommended

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

Installation of Kdesdk

Install kdesdk with:

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

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: cervisia, kbabel, kcachegrind, kompare, and umbrello
Installed Libraries: Several kdesdk specific libraries
Installed Directories: Several subdirectories in $KDE_PREFIX/{include,share}

Short Descriptions

cervisia

provides a graphical view of CVS.

kbabel

is a suite of an advanced PO file editor comprising kbabel, a multi functional catalogmanager and a dictionary for translators kbabeldict.

kcachegrind

is a KDE frontend for cachegrind, part of Valgrind.

kompare

is a program to view the differences between files.

umbrello

is a UML modelling diagram tool.

Last updated on 2007-02-14 17:40:25 -0600