Akonadi is an extensible cross-desktop storage service for PIM data and meta data providing concurrent read, write, and query access. It will provide unique desktop wide object identification and retrieval.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/akonadi/src/akonadi-1.7.1.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/akonadi/src/akonadi-1.7.1.tar.bz2
Download MD5 sum: 54e0556d73c22c7b3393069071e0b717
Download size: 206 KB
Estimated disk space required: 34 MB
Estimated build time: 1.9 SBU
automoc4-0.9.88, shared-mime-info-1.0, boost-1.49.0, soprano-2.7.5 and one of: SQLite-3.7.11, MySQL-5.5.17 and PostgreSQL-9.0.6
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/akonadi
Install akonadi by running the following commands:
mkdir build &&
cd build &&
CMAKE_PREFIX_PATH=$QTDIR \
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX .. &&
make
Now, as the root user:
make install
CMAKE_PREFIX_PATH=$QTDIR: This option
is set to find automoc4.
Last updated on 2012-04-15 17:19:58 +0000