source: xsoft/office/evolution.xml@ 65965c8

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

Added indexing tags to the Evolution instructions

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

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