2011-03-10 04:39:52 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2013-12-08 20:19:27 +08:00
|
|
|
<!ENTITY akonadi-download-http "&kde-download-http;akonadi/src/akonadi-&akonadi-version;.tar.bz2">
|
|
|
|
<!ENTITY akonadi-download-ftp "&kde-download-ftp;akonadi/src/akonadi-&akonadi-version;.tar.bz2">
|
|
|
|
<!ENTITY akonadi-md5sum "580361613d04b260f807b2a4df099eca">
|
|
|
|
<!ENTITY akonadi-size "230 KB">
|
2013-03-10 21:21:43 +08:00
|
|
|
<!ENTITY akonadi-buildsize "41 MB">
|
2012-03-05 04:26:22 +08:00
|
|
|
<!ENTITY akonadi-time "1.9 SBU">
|
2011-03-10 04:39:52 +08:00
|
|
|
]>
|
|
|
|
|
2013-01-06 05:45:36 +08:00
|
|
|
<sect1 id="akonadi" xreflabel="Akonadi-&akonadi-version;">
|
2011-03-10 04:39:52 +08:00
|
|
|
<?dbhtml filename="akonadi.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Akonadi-&akonadi-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="akonadi">
|
2013-01-06 05:45:36 +08:00
|
|
|
<primary sortas="a-Akonadi">Akonadi</primary>
|
2011-03-10 04:39:52 +08:00
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Akonadi</title>
|
|
|
|
|
2013-02-12 02:51:17 +08:00
|
|
|
<para><application>Akonadi</application> is an extensible cross-desktop
|
2012-08-08 04:39:47 +08:00
|
|
|
storage service for PIM data and metadata providing concurrent read, write,
|
|
|
|
and query access. It provides unique desktop-wide object identification and
|
|
|
|
retrieval.</para>
|
2011-03-10 04:39:52 +08:00
|
|
|
|
2014-02-28 01:10:28 +08:00
|
|
|
&lfs75_checked;
|
2011-03-10 04:39:52 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&akonadi-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&akonadi-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &akonadi-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &akonadi-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &akonadi-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &akonadi-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Akonadi Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2013-02-12 02:51:17 +08:00
|
|
|
<xref linkend="shared-mime-info"/>,
|
|
|
|
<xref linkend="boost"/>,
|
2013-02-18 11:35:44 +08:00
|
|
|
<xref linkend="soprano"/>, and one of:
|
2013-02-12 02:51:17 +08:00
|
|
|
<xref linkend="sqlite"/>,
|
2013-11-12 01:10:53 +08:00
|
|
|
<xref linkend="mariadb"/>, <xref linkend="mysql"/>, or
|
2012-03-03 10:12:50 +08:00
|
|
|
<xref linkend="postgresql"/>
|
2011-03-10 04:39:52 +08:00
|
|
|
</para>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2011-03-10 04:39:52 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/akonadi"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Akonadi</title>
|
2013-04-28 05:17:59 +08:00
|
|
|
|
2013-01-06 05:45:36 +08:00
|
|
|
<para>Install <application>Akonadi</application> by running the following
|
2012-03-05 04:26:22 +08:00
|
|
|
commands:</para>
|
2012-03-07 05:38:12 +08:00
|
|
|
|
2013-01-06 05:45:36 +08:00
|
|
|
<screen><userinput>mkdir build &&
|
2013-08-27 01:26:25 +08:00
|
|
|
cd build &&
|
|
|
|
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
|
|
|
-DCMAKE_PREFIX_PATH=&qt4-dir; \
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
2013-01-06 05:45:36 +08:00
|
|
|
-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
|
2014-02-28 12:59:01 +08:00
|
|
|
-Wno-dev .. &&
|
2011-03-10 04:39:52 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2013-02-18 11:35:44 +08:00
|
|
|
<para>To test the results,issue <command>make test</command>.</para>
|
|
|
|
|
2011-03-10 04:39:52 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2013-06-03 03:23:30 +08:00
|
|
|
<para><option>-DCMAKE_PREFIX_PATH=&qt4-dir;</option>: This switch is used to
|
2013-01-06 05:45:36 +08:00
|
|
|
help <command>cmake</command> find <command>automoc4</command>.</para>
|
|
|
|
|
|
|
|
<para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
|
2013-02-18 11:35:44 +08:00
|
|
|
a higher level of compiler optimizations.</para>
|
2013-01-06 05:45:36 +08:00
|
|
|
|
|
|
|
<para><option>-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE</option>: This switch ensures
|
|
|
|
that <application>Akonadi</application> SQLite extension is installed into
|
2013-02-18 11:35:44 +08:00
|
|
|
the <application>Qt</application> plugins directory.</para>
|
2011-03-10 04:39:52 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
2012-03-02 02:39:49 +08:00
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
2011-03-10 04:39:52 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
2012-08-08 04:39:47 +08:00
|
|
|
<seg>akonadi_agent_launcher, akonadi_agent_server, akonadi_control,
|
|
|
|
akonadi_rds, akonadictl and akonadiserver</seg>
|
2012-03-02 02:39:49 +08:00
|
|
|
<seg>libakonadiprotocolinternals.so and libqsqlite3.so</seg>
|
2013-02-12 08:13:43 +08:00
|
|
|
<seg>&kde-dir;/include/akonadi, &kde-dir;/lib/cmake/Akonadi and
|
|
|
|
&kde-dir;/share/config/akonadi</seg>
|
2011-03-10 04:39:52 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2013-01-06 05:45:36 +08:00
|
|
|
|
2011-03-10 04:39:52 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|