Download (HTTP): http://mirrors.isc.org/pub/kde/stable/3.2.2/src/kdesdk-3.2.2.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/3.2.2/src/kdesdk-3.2.2.tar.bz2
Download size: 3.8 MB
Estimated Disk space required: 65 MB
Estimated build time: 5.03 SBU
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
Major programs in kdesdk include cervisia, kbabel, kcachegrind, kompare and umbrello.
kbabel is a suite of an advanced PO file editor comprising kbabel, a multi functional catalogmanager and a dictionary for translators kbabeldict.