source: xsoft/office/evolution.xml@ 02908612

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 02908612 was 02908612, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged evolution.xml

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

  • Property mode set to 100644
File size: 7.0 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-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution/2.2/evolution-&evolution-version;.tar.bz2">
8 <!ENTITY evolution-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/evolution/2.2/evolution-&evolution-version;.tar.bz2">
9 <!ENTITY evolution-md5sum "9b49942c8bdd1dc21f2d28792b12f400">
10 <!ENTITY evolution-size "13.8 MB">
11 <!ENTITY evolution-buildsize "198 MB">
12 <!ENTITY evolution-time "4.1 SBU">
13]>
14
15<sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
16 <?dbhtml filename="evolution.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Evolution-&evolution-version;</title>
24
25 <indexterm zone="evolution">
26 <primary sortas="a-Evolution">Evolution</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Evolution</title>
31
32 <para>The <application>Evolution</application> package contains an
33 integrated mail, calendar and address book suite designed for the
34 <application>GNOME-2</application> environment.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&evolution-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&evolution-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &evolution-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &evolution-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &evolution-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &evolution-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Evolution Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para><xref linkend="gtkhtml"/>,
62 <xref linkend="evolution-data-server"/></para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para><xref linkend="mozilla"/> or
66 <xref linkend="firefox"/> or
67 <xref linkend="thunderbird"/> (NSS and NSPR libs and headers required for
68 SSL and S/MIME support)</para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para><xref linkend="gstreamer"/>,
72 <xref linkend="openldap"/>,
73 <xref linkend="sendmail"/> (or other
74 <ulink url="../server/mail.html">MTA</ulink> that links to
75 <command>/usr/sbin/sendmail</command>),
76 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
77 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
78 <ulink
79 url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot-conduits/2.0/">GNOME
80 Pilot conduits</ulink>
81 (requires <xref linkend="pilot-link"/> then <ulink
82 url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/">GNOME
83 Pilot</ulink>),
84 <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gnome-spell/1.0/">GNOME
85 Spell</ulink>,
86 <ulink url="http://www.freedesktop.org/Software/dbus">D-BUS</ulink>,
87 <xref linkend="kdebase"/>,
88 <xref linkend="gtk-doc"/> and
89 <xref linkend="docbook-utils"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Evolution</title>
95
96 <para>Install <application>Evolution</application> by running the following
97 commands:</para>
98
99<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
100 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib \
101 --localstatedir=/var/lib --sysconfdir=/etc/gnome \
102 --disable-gtk-doc &amp;&amp;
103make</userinput></screen>
104
105 <para>This package does not come with a test suite.</para>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install &amp;&amp;
110ln -v -s evolution-2.2 \
111 `pkg-config --variable=prefix ORBit-2.0`/bin/evolution</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para><parameter>--disable-gtk-doc</parameter>: This parameter disables
119 building the API documentation if you have
120 <application>GTK-Doc</application> installed. Remove this parameter if
121 you wish to build and install the documentation.</para>
122
123 <para><option>--with-openldap</option>: This parameter will compile
124 LDAP support into <application>Evolution</application>.</para>
125
126 <para><option>--with-krb5</option>: This parameter will compile
127 <application>Kerberos5</application> support into
128 <application>Evolution</application>.</para>
129
130 <para><option>--with-pilot-conduits</option>: This parameter will build
131 the <application>GNOME Pilot</application> conduits allowing you to
132 syncronize <application>Evolution</application> data on a Palm
133 device.</para>
134
135 <para><command>ln -v -s evolution-2.2 `pkg-config
136 --variable=prefix ORBit-2.0`/bin/evolution</command>: This optional command
137 creates a convenience symlink to the <command>evolution-2.2</command>
138 binary.</para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>evolution and evolution-2.2</seg>
152 <seg>/usr/lib/evolution/2.2/* (contains support libraries, conduits,
153 and other components)</seg>
154 <seg>/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/evolution,
155 /etc/gnome/gconf/gconf.xml.defaults/apps/evolution,
156 $GNOME_PREFIX/include/evolution-2.2,
157 $GNOME_PREFIX/lib/evolution,
158 $GNOME_PREFIX/share/idl/evolution-2.2,
159 $GNOME_PREFIX/share/gnome/help/evolution-2.2,
160 $GNOME_PREFIX/share/omf/evolution, and
161 $GNOME_PREFIX/share/evolution</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="evolution-prog">
171 <term><command>evolution</command></term>
172 <listitem>
173 <para>is a symlink to the <command>evolution-2.2</command>
174 program.</para>
175 <indexterm zone="evolution evolution-prog">
176 <primary sortas="g-evolution">evolution</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="evolution-2.2">
182 <term><command>evolution-2.2</command></term>
183 <listitem>
184 <para>is an email, calendar and address book suite.</para>
185 <indexterm zone="evolution evolution-2.2">
186 <primary sortas="b-evolution-2.2">evolution-2.2</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.