%general-entities; ]> $LastChangedBy$ $Date$ 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 at &kde-download-http;&kde-version;/src/ . Some additional packages worth mentioning are: Kdeartwork: Collection of wallpapers, icon themes, screensavers, widget styles etc. Juk: A lightweight music player. Dragon: A video player. Kcalc: A scientific calculator. PyKDE4: Python bindings. Kaccessible: Accessibility utilities. Kwalletmanager: Credentials management application. Marble: A global map program. Most of these packages can be built with the standard KDE instructions: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev .. && make And as the root user: make install