%general-entities; ]> $LastChangedBy$ $Date$ kdelibs-&kde-version;.tar kde Kdelibs-&kde-version; Kdelibs Introduction to Kdelibs This package includes programs and libraries that are central to the development and execution of a KDE program, as well as internationalization files for these libraries, misc HTML documentation, theme modules and regression tests. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &kdelibs-md5sum; Download size: &kdelibs-size; Estimated disk space required: &kdelibs-buildsize; Estimated build time: &kdelibs-time; Kdelibs Dependencies Required Recommended , , , , , , , and Libidn Optional , , , , , or , OpenEXR, JasPer, GraphViz, and Installation of Kdelibs Install kdelibs with: The configure command below uses the default location, $KDE_PREFIX/etc for KDE configuration files. If you want your system to be compliant with the Filesystem Hierarchy Standard, add the parameter --sysconfdir=/etc/kde to the configure command. ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking --enable-fast-malloc=full && make If you wish to create the API documentation and you have Doxygen and GraphViz installed, make apidox must be done before make install. This applies to all packages which can utilize Doxygen. The make apidox command generates a lot of errors and warnings. In some cases it complains that Helvetica fonts are missing and substitutes a font that does not fit boxes properly. You can add the font by downloading the URW Fonts and unpacking them into ~/.fonts. fc-cache should also be run to update the font properties on your system. The documents generated are html and are found in $KDE_PREFIX/share/doc/HTML/en/kdelibs-apidocs. Now, as the root user: make install Command Explanations --prefix=&kde-dir;: This option tells the process to install the package in &kde-dir;. --disable-debug: This option causes the package to be compiled without debugging code. --disable-dependency-tracking: This option speeds up one time builds. --enable-fast-malloc=full: This option tells KDE programs to use an internal memory allocation scheme optimized for KDE. Contents Installed Programs Installed Libraries Installed Directories Numerous KDE support programs Numerous KDE libraries kde/share and kde/etc Short Descriptions KDE Support Programs contain essential support programs needed by other KDE applications. KDE Support Programs KDE Libraries contain essential functions that are needed by KDE applications. kde-libraries The number of programs and libraries installed by kdelibs prohibits an explanation of each one in this section. Instead, see the KDE Documentation.