source: xsoft/office/evolution.xml@ 5d34b74

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 5d34b74 was 5d34b74, checked in by Randy McMurchy <randy@…>, 19 years ago

Finished shortening the line lengths

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

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[613c524f]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[a8c49b1]7 <!ENTITY evolution-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution/2.0/evolution-&evolution-version;.tar.bz2">
8 <!ENTITY evolution-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/evolution/2.0/evolution-&evolution-version;.tar.bz2">
9 <!ENTITY evolution-md5sum "d3f12240ebb05dc6c984af68b5fe1955">
10 <!ENTITY evolution-size "15.4 MB">
11 <!ENTITY evolution-buildsize "229 MB">
12 <!ENTITY evolution-time "4.70 SBU">
[613c524f]13]>
14
[377584f]15<sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[4f9d28c8]20<?dbhtml filename="evolution.html" ?>
[377584f]21<title>Evolution-&evolution-version;</title>
[bfda43d8]22
[613c524f]23<sect2>
24<title>Introduction to <application>Evolution</application></title>
25
26<para>The <application>Evolution</application> package contains an integrated
[a8c49b1]27mail, calendar and address book suite designed for the
28<application><acronym>GNOME</acronym>-2</application> environment.</para>
[613c524f]29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&evolution-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&evolution-download-ftp;"/></para></listitem>
[a8c49b1]36<listitem><para>Download MD5 sum: &evolution-md5sum;</para></listitem>
[613c524f]37<listitem><para>Download size: &evolution-size;</para></listitem>
[a8c49b1]38<listitem><para>Estimated disk space required:
[613c524f]39&evolution-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&evolution-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application>Evolution</application> dependencies</title>
45<sect4><title>Required</title>
[a8c49b1]46<para><xref linkend="gtkhtml"/>,
47<xref linkend="libgtkhtml"/>,
48<xref linkend="evolution-data-server"/></para>
49</sect4>
50
51<sect4><title>Recommended</title>
52<para><xref linkend="mozilla"/> (<acronym>NSS</acronym> and
53<acronym>NSPR</acronym> libs and headers required for
54<acronym>SSL</acronym> and S/<acronym>MIME</acronym> support)</para>
[ec93ac6]55</sect4>
56
[613c524f]57<sect4><title>Optional</title>
[ec93ac6]58<para><xref linkend="openldap"/>,
[80ff2bf1]59<xref linkend="sendmail-package"/> (or other
[ec93ac6]60<ulink url="../server/mail.html">MTA</ulink> that links to
61<command>/usr/sbin/sendmail</command>),
62<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
63<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
64<ulink
[a8c49b1]65url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot-conduits/2.0/">GNOME
66Pilot conduits</ulink>
67(requires <xref linkend="pilot-link"/> then <ulink
68url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/">GNOME
69Pilot</ulink>),
70<ulink url="http://ftp.gnome.org/pub/GNOME/sources/gnome-spell/1.0/">GNOME
71Spell</ulink>,
72<xref linkend="kdebase"/>,
73<xref linkend="gtk-doc"/> and
74<xref linkend="docbook-utils"/></para>
[ec93ac6]75</sect4>
[613c524f]76</sect3>
77
78</sect2>
79
80<sect2>
81<title>Installation of <application>Evolution</application></title>
82
83<para>Install <application>Evolution</application> by running the following
84commands:</para>
85
[a8c49b1]86<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
87 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib/libexec \
88 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
[613c524f]89make &amp;&amp;
[a8c49b1]90make install &amp;&amp;
[5d34b74]91ln -s evolution-2.0 \
92 `pkg-config --variable=prefix ORBit-2.0`/bin/evolution</command></userinput></screen>
[613c524f]93
94</sect2>
95
96<sect2>
97<title>Command explanations</title>
98
[a8c49b1]99<para><option>--enable-nntp=yes</option>: This enables the Usenet news
100client.</para>
[613c524f]101
[a8c49b1]102<para><option>--enable-nss=yes</option>: This switch will compile
[ec93ac6]103<acronym>SSL</acronym> support into <application>Evolution</application>.
104</para>
[613c524f]105
[a8c49b1]106<para><option>--enable-smime=yes</option>: This switch will compile
107S/<acronym>MIME</acronym> support into <application>Evolution</application>
108(requires <option>--enable-nss=yes</option> also).</para>
109
110<para><option>--with-openldap=yes</option>: This flag will compile
[ec93ac6]111<acronym>LDAP</acronym> support into <application>Evolution</application>.
112</para>
[613c524f]113
[a8c49b1]114<para><command>ln -s evolution-2.0 `pkg-config
115--variable=prefix ORBit-2.0`/bin/evolution</command>: This optional command
116creates a convenience symlink to the <command>evolution-2.0</command>
117binary.</para>
118
[613c524f]119</sect2>
120
121<sect2>
122<title>Contents</title>
123
124<para>The <application>Evolution</application> package contains
[a8c49b1]125<command>evolution-2.0</command>, support libraries, conduits and other
126components.</para>
[613c524f]127</sect2>
128
[ec93ac6]129<sect2>
130<title>Description</title>
[613c524f]131
132<sect3><title>evolution</title>
[a8c49b1]133<para><command>evolution</command> is an email, calendar and
[613c524f]134address book suite.</para></sect3>
135
136</sect2>
[bfda43d8]137
138</sect1>
139
Note: See TracBrowser for help on using the repository browser.