kdesdk-3.2.2

Introduction to kdesdk

Package information

kdesdk dependencies

Required

kdebase-3.2.2

Installation of kdesdk

Install kdesdk with:

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

The make command will error out two times. On the first occurrence, enter the following sed command and continue with the compilation:

sed -i 's/class istream;/#include <istream.h>/' \
    kbabel/common/libgettext/pofiles.cc &&
make

Repeat the previous procedure:

sed -i 's/class istream;/#include <istream.h>/' \
    umbrello/umbrello/classparser/tokenizer.cc &&
make &&
make install

Contents

Major programs in kdesdk include cervisia, kbabel, kcachegrind, kompare and umbrello.

Description

cervisia

cervisia provides a graphical view of CVS.

kbabel

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

kcachegrind

kcachegrind is a KDE frontend for cachegrind, part of Valgrind.

kompare

kompare is a program to view the differences between files.

umbrello

umbrello is a UML modelling diagram tool.