Further KDE packages

This section did not provide instructions for all of the available packages in the KDE 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 KDE servers (http or ftp).

Some additional packages worth mentioning are:

Most of these packages can be built with the standard KDE 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 2014-02-28 15:16:23 -0800