Kdelibs-4.8.3

Introduction to Kdelibs

This package includes programs and libraries that are central to development and execution of KDE programs.

This package is known to build and work properly using an LFS-7.1 platform.

Package Information

Kdelibs Dependencies

Required

phonon-4.6.0, alsa-lib-1.0.25, attica-0.3.0, soprano-2.7.5, strigi-0.7.5, qca-2.0.3, libdbusmenu-qt-0.9.0, docbook-xml-4.5, docbook-xsl-1.76.1, shared-desktop-ontologies-0.9.0 and shared-mime-info-1.0

Recommended

Optional

JasPer-1.900.1, PCRE-8.30, Avahi-0.6.31, OpenSSL-1.0.1a, acl-2.2.51, Aspell-0.60.6.1, enchant-1.6.0, Hspell, Grantlee, FAM, HUPnP, MIT Kerberos V5-1.10.1 and OpenEXR

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdelibs

Installation of Kdelibs

Install Kdelibs by running the following commands:

mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
      -DKDE_DEFAULT_HOME=.kde4 \
      -DSYSCONF_INSTALL_DIR=/etc/kde4 \
      -DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-4.5 \
      .. &&
make

Now, as the root user:

make install

Command Explanations

-DKDE_DEFAULT_HOME=.kde4: This option is set to avoid clashes with a KDE3 installation on the same machine.

-DSYSCONF_INSTALL_DIR=/etc/kde4: This option is set to install configuration files in /etc.

-DDOCBOOKXML_CURRENTDTD_DIR=...: This option is used to find the DTDs.

Contents

Installed Programs: checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4, kde4-config, kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper, kfilemetadatareader, kjs, kjscmd, kross, kshell4, kunittestmodrunner, kwrapper4, makekdewidgets, meinproc4, meinproc_simple, nepomuk-rcgen and preparetips
Installed Libraries: several in $KDE4_PREFIX/lib
Installed Directories: several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share

Last updated on 2012-05-10 17:39:01 +0000