2004-06-14 04:01:55 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY evolution-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution/1.4/evolution-&evolution-version;.tar.bz2">
|
|
|
|
<!ENTITY evolution-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/evolution/1.4/evolution-&evolution-version;.tar.bz2">
|
|
|
|
<!ENTITY evolution-size "12 MB">
|
|
|
|
<!ENTITY evolution-buildsize "387 MB">
|
|
|
|
<!ENTITY evolution-time "10.84 SBU">
|
|
|
|
]>
|
|
|
|
|
2003-09-24 04:34:30 +08:00
|
|
|
<sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy: $</othername>
|
|
|
|
<date>$Date: $</date>
|
|
|
|
</sect1info>
|
2004-04-14 08:43:43 +08:00
|
|
|
<?dbhtml filename="evolution.html" ?>
|
2003-09-24 04:34:30 +08:00
|
|
|
<title>Evolution-&evolution-version;</title>
|
2002-12-17 07:18:02 +08:00
|
|
|
|
2004-06-14 04:01:55 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>Evolution</application></title>
|
|
|
|
|
|
|
|
<para>The <application>Evolution</application> package contains an integrated
|
|
|
|
mail, calendar and address book suite.</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 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>Additional downloads</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Required application: <ulink
|
|
|
|
url="http://ftp2.nchu.edu.tw/UNIX/Database/BerkeleyDB/db-3.1.17.tar.gz"/></para></listitem>
|
|
|
|
</itemizedlist></sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>Evolution</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
|
|
|
<para>
|
|
|
|
<xref linkend="openssl"/>,
|
|
|
|
<xref linkend="libsoup"/>,
|
|
|
|
<xref linkend="gal"/> and
|
|
|
|
<xref linkend="gtkhtml"/>
|
|
|
|
</para></sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
|
|
<para><xref linkend="openldap"/> and <xref linkend="gtk-doc"/></para></sect4>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>Evolution</application></title>
|
|
|
|
|
|
|
|
<note><para><application>Evolution</application> requires
|
|
|
|
<application>Berkeley DB</application>-3.1.17. The details on
|
|
|
|
"why" are in the <filename>README</filename> file distibuted with the
|
|
|
|
<application>Evolution</application> source code. <application>Evolution
|
|
|
|
</application> links to the library statically, hence this book installs
|
|
|
|
the <application>Berkeley DB</application>-3.1.17 in <filename
|
|
|
|
class="directory">/opt</filename>, which can be removed once
|
|
|
|
<application>Evolution</application> is installed.</para></note>
|
|
|
|
|
|
|
|
<para>Install <application>Berkeley DB</application>-3.1.17 by
|
|
|
|
running the following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>cd build_unix &&
|
|
|
|
../dist/configure --prefix=/opt/db-3.1.17 --enable-compat185 &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>Install <application>Evolution</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
|
|
--with-db3=/opt/db-3.1.17 --enable-openssl &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>Optionally, you may remove <application>Berkeley
|
|
|
|
DB</application>-3.1.17 installed above with this command:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>rm -rf /opt/db-3.1.17</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--enable-compat185</parameter>: Build support for older
|
|
|
|
database files.</para>
|
|
|
|
|
|
|
|
<para><parameter>--prefix=/opt/db-3.1.17</parameter>: This
|
|
|
|
version of the Berkeley Database should not be installed in <filename
|
|
|
|
class="directory">/usr</filename>, as it is only needed for the building
|
|
|
|
of <application>Evolution</application>.</para>
|
|
|
|
|
|
|
|
<para><parameter>--with-db3=/opt/db-3.1.17</parameter>: Specify
|
|
|
|
the location where db-3.1.17 is installed.</para>
|
|
|
|
|
|
|
|
<para><parameter>--enable-openssl</parameter>: This flag will compile
|
|
|
|
<acronym>SSL</acronym> support into
|
|
|
|
<application>Evolution</application>.</para>
|
|
|
|
|
|
|
|
<para><parameter>--with-openldap</parameter>: This flag will compile
|
|
|
|
<acronym>LDAP</acronym> support into
|
|
|
|
<application>Evolution</application>.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<para>The <application>Evolution</application> package contains
|
|
|
|
<command>evolution</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>evolution</title>
|
|
|
|
<para><command>evolution</command> contains an email, calendar and
|
|
|
|
address book suite.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2002-12-17 07:18:02 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|