%general-entities; ]> $Date$ 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 &kde-download-http;applications/&kde-version;/src/ or &kde-download-ftp;applications/&kde-apps-version;/src/. 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: 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. audiocd-kio: A library to access CD-ROM audio files. libkcompactdisc: A library to control CD-ROM drives. Most of these packages can be built with the standard KDE4 instructions: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \ -Wno-dev .. && make And as the root user: make install