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.9 platform.
Download (HTTP): http://download.kde.org/Attic/applications/15.04.3/src/kdepimlibs-4.14.10.tar.xz
Download MD5 sum: 098c975fb970621dc8382ed3c28de0eb
Download size: 2.7 MB
Estimated disk space required: 213 MB
Estimated build time: 8.3 SBU
kdelibs-4.14.16, libxslt-1.1.28, GPGME-1.6.0, libical-2.0.0, Akonadi-1.13.0, Cyrus SASL-2.1.26, Boost-1.60.0, and QJson-0.8.1
OpenLDAP-2.4.44 (if connecting to an LDAP server)
OpenSSL-1.0.2g and prison
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdepimlibs
Install kdepimlibs by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \ -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
Last updated on 2016-03-02 13:42:47 -0800