1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY akonadi-download-http "&kde-download-http;akonadi/src/akonadi-&akonadi-version;.tar.bz2">
|
---|
8 | <!ENTITY akonadi-download-ftp "&kde-download-ftp;akonadi/src/akonadi-&akonadi-version;.tar.bz2">
|
---|
9 | <!ENTITY akonadi-md5sum "9a4a99d10e003a267a515fc60de4f817">
|
---|
10 | <!ENTITY akonadi-size "246 KB">
|
---|
11 | <!ENTITY akonadi-buildsize "60 MB">
|
---|
12 | <!ENTITY akonadi-time "1.9 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="akonadi" xreflabel="Akonadi-&akonadi-version;">
|
---|
16 | <?dbhtml filename="akonadi.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Akonadi-&akonadi-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="akonadi">
|
---|
26 | <primary sortas="a-Akonadi">Akonadi</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Akonadi</title>
|
---|
31 |
|
---|
32 | <para><application>Akonadi</application> is an extensible cross-desktop
|
---|
33 | storage service for PIM data and metadata providing concurrent read, write,
|
---|
34 | and query access. It provides unique desktop-wide object identification and
|
---|
35 | retrieval.</para>
|
---|
36 |
|
---|
37 | &lfs75_checked;
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing="compact">
|
---|
41 | <listitem>
|
---|
42 | <para>Download (HTTP): <ulink url="&akonadi-download-http;"/></para>
|
---|
43 | </listitem>
|
---|
44 | <listitem>
|
---|
45 | <para>Download (FTP): <ulink url="&akonadi-download-ftp;"/></para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>Download MD5 sum: &akonadi-md5sum;</para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>Download size: &akonadi-size;</para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>Estimated disk space required: &akonadi-buildsize;</para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>Estimated build time: &akonadi-time;</para>
|
---|
58 | </listitem>
|
---|
59 | </itemizedlist>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect3">Akonadi Dependencies</bridgehead>
|
---|
62 |
|
---|
63 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
64 | <para role="required">
|
---|
65 | <xref linkend="shared-mime-info"/>,
|
---|
66 | <xref linkend="boost"/>, and one of:
|
---|
67 | <xref linkend="sqlite"/>,
|
---|
68 | <xref linkend="mariadb"/>,
|
---|
69 | <ulink url="http://www.mysql.com/">MySQL</ulink>, or
|
---|
70 | <xref linkend="postgresql"/>
|
---|
71 | </para>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
74 | <para role="optional">
|
---|
75 | <ulink url="&sourceforge-repo;/soprano/">soprano</ulink>
|
---|
76 | </para>
|
---|
77 |
|
---|
78 | <para condition="html" role="usernotes">User Notes:
|
---|
79 | <ulink url="&blfs-wiki;/akonadi"/></para>
|
---|
80 |
|
---|
81 | </sect2>
|
---|
82 |
|
---|
83 | <sect2 role="installation">
|
---|
84 | <title>Installation of Akonadi</title>
|
---|
85 |
|
---|
86 | <para>Install <application>Akonadi</application> by running the following
|
---|
87 | commands:</para>
|
---|
88 |
|
---|
89 | <screen><userinput>mkdir build &&
|
---|
90 | cd build &&
|
---|
91 |
|
---|
92 | cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
---|
93 | -DCMAKE_PREFIX_PATH=&qt4-dir; \
|
---|
94 | -DCMAKE_BUILD_TYPE=Release \
|
---|
95 | -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
|
---|
96 | -Wno-dev .. &&
|
---|
97 | make</userinput></screen>
|
---|
98 |
|
---|
99 | <para>To test the results, issue <command>make test</command>.</para>
|
---|
100 |
|
---|
101 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
102 |
|
---|
103 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
104 |
|
---|
105 | </sect2>
|
---|
106 |
|
---|
107 | <sect2 role="commands">
|
---|
108 | <title>Command Explanations</title>
|
---|
109 |
|
---|
110 | <para><option>-DCMAKE_PREFIX_PATH=&qt4-dir;</option>: This switch is used to
|
---|
111 | help <command>cmake</command> find <command>automoc4</command>.</para>
|
---|
112 |
|
---|
113 | <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
|
---|
114 | a higher level of compiler optimizations.</para>
|
---|
115 |
|
---|
116 | <para><option>-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE</option>: This switch ensures
|
---|
117 | that <application>Akonadi</application> SQLite extension is installed into
|
---|
118 | the <application>Qt</application> plugins directory.</para>
|
---|
119 |
|
---|
120 | </sect2>
|
---|
121 |
|
---|
122 | <sect2 role="content">
|
---|
123 | <title>Contents</title>
|
---|
124 |
|
---|
125 | <segmentedlist>
|
---|
126 | <segtitle>Installed Programs</segtitle>
|
---|
127 | <segtitle>Installed Libraries</segtitle>
|
---|
128 | <segtitle>Installed Directories</segtitle>
|
---|
129 |
|
---|
130 | <seglistitem>
|
---|
131 | <seg>akonadi_agent_launcher, akonadi_agent_server, akonadi_control,
|
---|
132 | akonadi_rds, akonadictl, akonadiserver and asapcat</seg>
|
---|
133 | <seg>libakonadiprotocolinternals.so and libqsqlite3.so</seg>
|
---|
134 | <seg>&kde-dir;/include/akonadi, &kde-dir;/lib/cmake/Akonadi and
|
---|
135 | &kde-dir;/share/config/akonadi</seg>
|
---|
136 | </seglistitem>
|
---|
137 | </segmentedlist>
|
---|
138 |
|
---|
139 | </sect2>
|
---|
140 |
|
---|
141 | </sect1>
|
---|