source: archive/core/kdepimlibs.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.0 KB
Line 
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 kdepimlibs-download-http "&kde-download-attic;/15.04.3/src/kdepimlibs-&kdepim-version;.tar.xz">
8 <!ENTITY kdepimlibs-download-ftp " ">
9 <!ENTITY kdepimlibs-md5sum "098c975fb970621dc8382ed3c28de0eb">
10 <!ENTITY kdepimlibs-size "2.7 MB">
11 <!ENTITY kdepimlibs-buildsize "213 MB">
12 <!ENTITY kdepimlibs-time "8.3 SBU">
13]>
14
15<sect1 id="kdepimlibs" xreflabel="kdepimlibs-&kdepim-version;">
16 <?dbhtml filename="kdepimlibs.html"?>
17
18
19 <title>Kdepimlibs-&kdepim-version;</title>
20
21 <indexterm zone="kdepimlibs">
22 <primary sortas="a-kdepimlibs">kdepimlibs</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Kdepimlibs</title>
27
28 <para><application>Kdepimlibs</application> is the common library for
29 <application>KDE</application> PIM applications like
30 <command>kmail</command>, <command>kalarm</command>, etc.</para>
31
32 &lfs79_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&kdepimlibs-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&kdepimlibs-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &kdepimlibs-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &kdepimlibs-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &kdepimlibs-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &kdepimlibs-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para role="required">
60 <xref linkend="kdelibs"/>,
61 <xref linkend="libxslt"/>,
62 <xref linkend="gpgme"/>,
63 <xref linkend="libical"/>,
64 <xref linkend="akonadi"/>,
65 <xref linkend="cyrus-sasl"/>,
66 <xref linkend="boost"/>, and
67 <xref linkend="qjson"/>
68 </para>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended">
72 <xref linkend="openldap"/> (if connecting to an LDAP server)
73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="openssl"/> and
78 <ulink url="http://projects.kde.org/prison">prison</ulink>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/kdepimlibs"/>
83 </para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Kdepimlibs</title>
89
90 <para>Install <application>kdepimlibs</application> by running the following
91 commands:</para>
92
93<!-- Again, nothing in sysconfdir -->
94<screen><userinput>mkdir build &amp;&amp;
95cd build &amp;&amp;
96
97cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
98 -DCMAKE_BUILD_TYPE=Release \
99 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
100 -Wno-dev .. &amp;&amp;
101make</userinput></screen>
102
103 <para>The full test suite for this package is not enabled by default and not
104 tested by the BLFS team.</para>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>akonadi2xml, akonadi_benchmarker, and akonaditest</seg>
122 <seg>several in &kde-dir;/lib</seg>
123 <seg>several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.