Kdepimlibs-4.12.2

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-7.5 platform.

Package Information

Kdepimlibs Dependencies

Required

nepomuk-core-4.12.2, libxslt-1.1.28, GPGME-1.4.3, libical-1.0, Akonadi-1.11.0, Cyrus SASL-2.1.26, Boost-1.55.0 and QJson-0.8.1

Recommended

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

Installation of Kdepimlibs

Install kdepimlibs by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DCMAKE_BUILD_TYPE=Release         \
      -Wno-dev .. &&
make

The full test suite for this package is not enabled by default and not tested by the BLFS team.

Now, as the root user:

make install

Contents

Installed Programs: akonadi_benchmarker and akonaditest
Installed Libraries: several in $KDE_PREFIX/lib
Installed Directories: several in $KDE_PREFIX/include, $KDE_PREFIX/lib and $KDE_PREFIX/share

Last updated on 2014-02-27 20:59:01 -0800