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.1 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.8.3/src/kdepimlibs-4.8.3.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.8.3/src/kdepimlibs-4.8.3.tar.xz
Download MD5 sum: 30c54a75ea9654f13f96174087ab6fc3
Download size: 2.6 MB
Estimated disk space required: 531 MB
Estimated build time: 7.5 SBU
kdelibs-4.8.3, libxslt-1.1.26, GPGME-1.3.1, libical-0.48, akonadi-1.7.1 and Cyrus SASL-2.1.25
boost-1.49.0 and OpenLDAP-2.4.31
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdepimlibs
Install kdepimlibs by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
.. &&
make
Now, as the root user:
make install
Last updated on 2012-05-10 17:39:01 +0000