This package provides additional resources for Akonadi.
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/kdepim-runtime-4.8.3.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.8.3/src/kdepim-runtime-4.8.3.tar.xz
Download MD5 sum: 3aab404f1a51f5f77581ddc93895dd9d
Download size: 1.1 MB
Estimated disk space required: 400 MB
Estimated build time: 7.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdepimruntime
Install Kdepim-runtime 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