source: gnome/add/evolution-data-server.xml@ 7f5c97e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7f5c97e was 7f5c97e, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Made all dependencies an a mail server actual cross-references.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6132 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY evolution-data-server-download-http "&gnome-download-http;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
8 <!ENTITY evolution-data-server-download-ftp "&gnome-download-ftp;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
9 <!ENTITY evolution-data-server-md5sum "1590ec25527b1bcc5046e84ec2d1227f">
10 <!ENTITY evolution-data-server-size "14.1 MB">
11 <!ENTITY evolution-data-server-buildsize "171 MB">
12 <!ENTITY evolution-data-server-time "3.5 SBU (additional 0.6 SBU to run the test suite)">
13]>
14
15<sect1 id="evolution-data-server"
16xreflabel="Evolution Data Server-&evolution-data-server-version;">
17 <?dbhtml filename="evolution-data-server.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 <keywordset>
23 <keyword role="package">evolution-data-server-&evolution-data-server-version;.tar</keyword>
24 <keyword role="ftpdir">evolution-data-server</keyword>
25 </keywordset>
26 </sect1info>
27
28 <title>Evolution Data Server-&evolution-data-server-version;</title>
29
30 <indexterm zone="evolution-data-server">
31 <primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to Evolution Data Server</title>
36
37 <para>The <application>Evolution Data Server</application> package provides
38 a unified backend for programs that work with contacts, tasks, and calendar
39 information. It was originally developed for
40 <application>Evolution</application> (hence the name), but is now used by
41 other packages as well.</para>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&evolution-data-server-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &evolution-data-server-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &evolution-data-server-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &evolution-data-server-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &evolution-data-server-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="libgnomeui"/> and
69 <xref linkend="libsoup"/></para>
70
71 <bridgehead renderas="sect4">Recommended
72 (For SSL and S/MIME support)</bridgehead>
73 <para role="recommended"><xref linkend="nss"/></para>
74
75 <para>The <application>NSS</application> package is not required if you
76 have <xref linkend="firefox"/>, <xref linkend="thunderbird"/> or
77 <xref linkend="seamonkey"/> installed. These packages contain internal
78 copies of <application>NSS</application> (or they used a system-installed
79 copy). If any of the three packages are installed, one way or another you
80 will already have NSS/NSPR libraries on your system.</para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional"><xref linkend="openldap"/>,
84 an <xref linkend="server-mail"/> (that provides a
85 <command>sendmail</command> command),
86 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
87 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
88 <xref linkend="gtk-doc"/>, and
89 <xref linkend="docbook-utils"/></para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/evolution-data-server"/></para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Evolution Data Server</title>
98
99 <para>Install <application>Evolution Data Server</application> by running
100 the following commands:</para>
101
102 <note>
103 <para>The instructions below assume you have the NSS/NSPR libraries
104 installed on your system. If you elected not to install
105 <application>NSS</application> (or one of the other packages mentioned
106 above), you'll need to remove the following four parameter settings from
107 the <command>configure</command> command below:</para>
108
109 <literallayout><parameter> --enable-nss
110 --enable-smime
111 --with-nspr-includes=/usr/include/nspr
112 --with-nss-includes=/usr/include/nss</parameter></literallayout>
113 </note>
114
115<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
116 --libexecdir=`pkg-config --variable=prefix \
117 ORBit-2.0`/lib/evolution-data-server-1.2 \
118 --enable-nntp \
119 --enable-nss \
120 --enable-smime \
121 --with-nspr-includes=/usr/include/nspr \
122 --with-nss-includes=/usr/include/nss &amp;&amp;
123make</userinput></screen>
124
125 <para>To test the results, issue: <command>make -k check</command>.</para>
126
127 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para><parameter>--libexecdir=`pkg-config --variable=prefix
137 ORBit-2.0`/lib/evolution-data-server-1.2</parameter>: This switch puts
138 libexec files in <filename
139 class="directory">$GNOME_PREFIX/lib/evolution-data-server-1.2</filename>
140 instead of <filename
141 class="directory">$GNOME_PREFIX/libexec</filename>.</para>
142
143 <para><parameter>--enable-nntp</parameter>: This parameter is used to build
144 the Usenet news (NNTP) backend.</para>
145
146 <para><parameter>--enable-nss</parameter>: This parameter is used to pull
147 in the Mozilla Network Security Services libraries for SSL support.</para>
148
149 <para><parameter>--enable-smime</parameter>: This parameter is used to pull
150 in the Mozilla Network Security Services libraries for S/MIME
151 support.</para>
152
153 <para><parameter>--with-{nspr,nss}-includes</parameter>: This parameter is
154 used to identify where the Mozilla Network Security Services interface
155 headers are located. By default,
156 <application>Evolution Data Server</application> uses
157 <filename>mozilla-{nss,nspr}.pc</filename> files to locate the headers
158 and chances are you will not have <application>Mozilla</application>
159 installed.</para>
160
161 <note>
162 <para>To enable many of the optional dependencies, review the information
163 from <command>./configure --help</command> for the necessary parameters
164 you must pass to the <command>configure</command> script.</para>
165 </note>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Programs</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>None</seg>
179 <seg>libcamel-1.2.so, libcamel-provider-1.2.so, libebook-1.2.so,
180 libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
181 libedataserver-1.2.so, libedataserverui-1.2.so, libegroupwise-1.2.so,
182 libexchange-storage-1.2.so and numerous provider and extension
183 modules.</seg>
184 <seg>The following subdirectories of $GNOME_PREFIX/:
185 include/evolution-data-server-1.4,
186 lib/evolution-data-server-1.2,
187 share/{evolution-data-server-1.4,
188 gtk-doc/html/libe{book,cal,data{,server}},
189 idl/evolution-data-server-1.2,
190 pixmaps/evolution-data-server-1.4}</seg>
191 </seglistitem>
192 </segmentedlist>
193
194 <variablelist>
195 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
196 <?dbfo list-presentation="list"?>
197 <?dbhtml list-presentation="table"?>
198
199 <varlistentry id="libe.so">
200 <term><filename class='libraryfile'>libe*.so</filename></term>
201 <listitem>
202 <para>libraries are client, backend and utility libraries for the
203 <application>Evolution</application> address books, calendar and data
204 servers.</para>
205 <indexterm zone="evolution-data-server libe.so">
206 <primary sortas="c-libe.so">libe*.so</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 </variablelist>
212
213 </sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.