Kdepimlibs-4.6.0

Introduction to Kdepimlibs

Kdepimlibs is the common library for KDE PIM applications like kmail, kalarm etc.

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

Package Information

Kdepimlibs Dependencies

Required

libxslt-1.1.26, GPGME-1.3.1, libical-0.48 akonadi-1.5.0,

Recommended

Optional

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

Installation of Kdepimlibs

Install kdepimlibs by running the following commands:

mkdir build &&
cd build

Prepare the package for compilation:

cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
      -DKDE_DEFAULT_HOME=.kde4 \
      -DSYSCONF_INSTALL_DIR=/etc/kde4 \
      .. &&
make

Now, as the root user:

make install

Contents

Installed Program: None
Installed Library: several libraries in $KDE4_PREFIX/lib
Installed Directory:

Last updated on 2011-03-09 20:39:52 +0000