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

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 b3f6146c was b3f6146c, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typos in the Evolution Data Server instructions

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

  • Property mode set to 100644
File size: 7.3 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 "http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
8 <!ENTITY evolution-data-server-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/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.4 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 </sect1info>
23
24 <title>Evolution Data Server-&evolution-data-server-version;</title>
25
26 <indexterm zone="evolution-data-server">
27 <primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Evolution Data Server</title>
32
33 <para>The <application>Evolution Data Server</application> package provides
34 a unified backend for programs that work with contacts, tasks, and calendar
35 information. It was originally developed for
36 <application>Evolution</application> (hence the name), but is now used by
37 other packages as well.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&evolution-data-server-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &evolution-data-server-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &evolution-data-server-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &evolution-data-server-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &evolution-data-server-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para><xref linkend="libgnomeui"/> and
65 <xref linkend="libsoup"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para><xref linkend="openldap"/>,
69 <xref linkend="mozilla"/> or
70 <xref linkend="firefox"/> or
71 <xref linkend="thunderbird"/> (NSS/NSPR libs for SSL and S/MIME support),
72 <xref linkend="sendmail"/>,
73 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
74 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
75 <xref linkend="gtk-doc"/> and
76 <xref linkend="docbook-utils"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Evolution Data Server</title>
82
83 <para>Install <application>Evolution Data Server</application> by running
84 the following commands:</para>
85
86<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
87 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
88 --sysconfdir=/etc/gnome &amp;&amp;
89make</userinput></screen>
90
91 <para>To test the results, issue: <command>make check</command>. If you
92 used <application>Firefox</application> or
93 <application>Thunderbird</application> NSS and NSPR libraries for SSL and
94 S/MIME support, you may need to add the appropriate library directory
95 (e.g.,
96 <filename class='directory'>/usr/lib/firefox-&firefox-version;</filename>)
97 to <filename>/etc/ld.so.conf</filename> and run <command>ldconfig</command>
98 as the <systemitem class="username">root</systemitem> user before running
99 the test suite.</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><parameter>--libexecdir=`pkg-config --variable=prefix
111 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
112 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
113 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
114
115 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
116 puts configuration files in <filename class="directory">/etc/gnome</filename>
117 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
118
119 <note>
120 <para>To enable many of the optional dependencies, review the information
121 from <command>./configure --help</command> for the necessary parameters
122 you must pass to the <command>configure</command> script.</para>
123 </note>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>camel-index-control-1.2, camel-lock-helper-1.2, and
137 evolution-data-server-1.4</seg>
138 <seg>libcamel-1.2.so, libcamel-provider-1.2.so, libebook-1.2.so,
139 libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
140 libedataserver-1.2.so, libedataserverui-1.2.so, libegroupwise-1.2.so,
141 libexchange-storage-1.2.so and numerous provider and extension
142 modules.</seg>
143 <seg>$GNOME_PREFIX/include/evolution-data-server-1.4,
144 $GNOME_PREFIX/lib/evolution-data-server-1.2,
145 $GNOME_PREFIX/share/evolution-data-server-1.4,
146 $GNOME_PREFIX/share/idl/evolution-data-server-1.2,
147 $GNOME_PREFIX/share/gtk-doc/html/libe* and
148 $GNOME_PREFIX/share/pixmaps/evolution-data-server-1.4</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="evolution-data-server-1.4">
158 <term><command>evolution-data-server-1.4</command></term>
159 <listitem>
160 <para>is the <application>Evolution</application> database backend
161 server.</para>
162 <indexterm zone="evolution-data-server evolution-data-server-1.4">
163 <primary sortas="b-evolution-data-server-1.4">evolution-data-server-1.4</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="libe.so">
169 <term><filename class='libraryfile'>libe*.so</filename></term>
170 <listitem>
171 <para>libraries are client, backend and utility libraries for the
172 <application>Evolution</application> address books, calendar and data
173 servers.</para>
174 <indexterm zone="evolution-data-server libe.so">
175 <primary sortas="c-libe.so">libe*.so</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.