glfs/xsoft/office/evolution.xml
Randy McMurchy e740b4322d Updated to Evolution-2.2.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4233 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-15 04:31:03 +00:00

147 lines
5.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY evolution-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution/2.2/evolution-&evolution-version;.tar.bz2">
<!ENTITY evolution-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/evolution/2.2/evolution-&evolution-version;.tar.bz2">
<!ENTITY evolution-md5sum "9b49942c8bdd1dc21f2d28792b12f400">
<!ENTITY evolution-size "13.8 MB">
<!ENTITY evolution-buildsize "198 MB">
<!ENTITY evolution-time "4.1 SBU">
]>
<sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="evolution.html" ?>
<title>Evolution-&evolution-version;</title>
<sect2>
<title>Introduction to <application>Evolution</application></title>
<para>The <application>Evolution</application> package contains an integrated
mail, calendar and address book suite designed for the
<application><acronym>GNOME</acronym>-2</application> environment.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&evolution-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&evolution-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &evolution-md5sum;</para></listitem>
<listitem><para>Download size: &evolution-size;</para></listitem>
<listitem><para>Estimated disk space required:
&evolution-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&evolution-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Evolution</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="gtkhtml"/>,
<xref linkend="evolution-data-server"/></para>
</sect4>
<sect4><title>Recommended</title>
<para><xref linkend="mozilla"/> or
<xref linkend="firefox"/> or
<xref linkend="thunderbird"/>
(<acronym>NSS</acronym> and <acronym>NSPR</acronym>
libs and headers required for
<acronym>SSL</acronym> and S/<acronym>MIME</acronym> support)</para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="gstreamer"/>,
<xref linkend="openldap"/>,
<xref linkend="sendmail"/> (or other
<ulink url="../server/mail.html">MTA</ulink> that links to
<command>/usr/sbin/sendmail</command>),
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
<ulink
url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot-conduits/2.0/">GNOME
Pilot conduits</ulink>
(requires <xref linkend="pilot-link"/> then <ulink
url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/">GNOME
Pilot</ulink>),
<ulink url="http://ftp.gnome.org/pub/GNOME/sources/gnome-spell/1.0/">GNOME
Spell</ulink>,
<ulink url="http://www.freedesktop.org/Software/dbus">D-BUS</ulink>,
<xref linkend="kdebase"/>,
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Evolution</application></title>
<para>Install <application>Evolution</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib \
--localstatedir=/var/lib --sysconfdir=/etc/gnome \
--disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
ln -v -s evolution-2.2 \
`pkg-config --variable=prefix ORBit-2.0`/bin/evolution</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><option>--with-openldap</option>: This parameter will compile
<acronym>LDAP</acronym> support into
<application>Evolution</application>.</para>
<para><option>--with-krb5</option>: This parameter will compile
<application>Kerberos5</application> support into
<application>Evolution</application>.</para>
<para><option>--with-pilot-conduits</option>: This parameter will build
the <application>GNOME Pilot</application> conduits allowing you to
syncronize <application>Evolution</application> data on a Palm
device.</para>
<para><option>--disable-gtk-doc</option>: This parameter disables
building the <acronym>API</acronym> documentation if you have
<application>GTK-Doc</application> installed. Remove this parameter if
you wish to build and install the documentation.</para>
<para><command>ln -v -s evolution-2.2 `pkg-config
--variable=prefix ORBit-2.0`/bin/evolution</command>: This optional command
creates a convenience symlink to the <command>evolution-2.2</command>
binary.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Evolution</application> package contains
<command>evolution-2.0</command>, support libraries, conduits and other
components.</para>
</sect2>
<sect2>
<title>Description</title>
<sect3><title>evolution-2.2</title>
<para><command>evolution</command> is an email, calendar and
address book suite.</para></sect3>
</sect2>
</sect1>