%general-entities; ]> $LastChangedBy$ $Date$ kdelibs-&kde-version; Introduction to <application>kdelibs</application> 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 size: &kdelibs-size; Estimated Disk space required: &kdelibs-buildsize; Estimated build time: &kdelibs-time; <application>kdelibs</application> dependencies Required Optional , , , , , , , , , , , Libidn, JasPer, Graphviz and doxygen Installation of <application>kdelibs</application> Install kdelibs with: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre && make && make install 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. Command explanations --prefix=&kde-dir; : This option tells the process to install the package in &kde-dir;. : This option causes the package to be compiled without debugging code. : 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. : Omit this switch if you have PCRE installed and you want improved regular expression support in the KDE JavaScript engine. Contents kdelibs provides numerous programs and libraries needed by KDE programs. Description The number of programs and libraries installed by kdelibs prohibits an explanation of each one in this section. Instead, see the KDE Documentation.