Further KDE4 packages

This section did not provide instructions for all of the available packages in the KDE4 Software Compilation. The included packages were selected based on what most people would want to use on a standard desktop computer.

For a full list of available packages, have a look on the KDE4 servers at http://download.kde.org/stable/applications/15.04.3/src/ or ftp://ftp.kde.org/pub/kde/stable/applications/15.04.3/src/.

[Note]

Note

Some packages, such as konsole, kate, and gwenview listed in the links above are only for the new KDE Frameworks 5 and cannot be used with KDE4.

Some additional packages worth mentioning are:

Most of these packages can be built with the standard KDE4 instructions:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DCMAKE_BUILD_TYPE=Release         \
      -Wno-dev .. &&
make

And as the root user:

make install

Last updated on 2015-09-24 07:48:36 -0700