Akonadi-1.5.0

Introduction to Akonadi

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

Package Information

Akonadi Dependencies

Required

shared-mime-info-0.91, boost-1.45.0, soprano-2.5.63

Optional

SQLite-3.7.8

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

Installation of Akonadi

Install akonadi by running the following commands:

mkdir build &&
cd build

Prepare the package for compilation:

CMAKE_PREFIX_PATH=$QT4DIR \
    cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX .. &&
make

Now, as the root user:

make install

Command Explanations

CMAKE_PREFIX_PATH=$QT4DIR: This option is set to find automoc4

Contents

Installed Programs: akonadi_agent_server, akonadi_agent_launcher, akonadiserver, akonadictl, akonadi_control, akonadi_rds
Installed Library: libakonadiprotocolinternals.so, libqsqlite3.so
Installed Directory: none

Last updated on 2011-04-17 09:32:39 +0000