Kdelibs-3.4.1

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

Kdelibs Dependencies

Required

aRts-1.4.1

Recommended

libjpeg-6b, libart_lgpl-2.3.17, libxml2-2.6.20, libxslt-1.1.14, PCRE-6.1, FAM-2.7.0, OpenSSL-0.9.7g, and Libidn

Optional

libtiff-3.7.3, Aspell-0.60.3, CUPS-1.1.23, OpenLDAP-2.2.24, ALSA-1.0.9, Heimdal-0.7 or MIT krb5-1.4.1, OpenEXR, JasPer, GraphViz, and Doxygen-1.4.3

Installation of Kdelibs

Install kdelibs with:

./configure --prefix=$KDE_PREFIX --disable-debug \
    --disable-dependency-tracking --enable-fast-malloc=full &&
make
[Note]

Note

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_PREFIX: This option tells the process to install the package in $KDE_PREFIX.

--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: Numerous KDE support programs
Installed Libraries: Numerous KDE libraries
Installed Directories: kde/share and kde/etc

Short Descriptions

KDE Support Programs

contain essential support programs needed by other KDE applications.

KDE Libraries

contain essential functions that are needed by KDE applications.

The number of programs and libraries installed by kdelibs prohibits an explanation of each one in this section. Instead, see the KDE Documentation.

Last updated on 2005-08-01 13:29:19 -0600