mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
38e4f06005
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5839 af4574ff-66df-0310-9fd7-8a98e5e911e0
195 lines
6.9 KiB
XML
195 lines
6.9 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 "&gnome-download-http;/evolution/2.4/evolution-&evolution-version;.tar.bz2">
|
|
<!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/2.4/evolution-&evolution-version;.tar.bz2">
|
|
<!ENTITY evolution-md5sum "cee3e0ac6ca43e5060468c3b938bea72">
|
|
<!ENTITY evolution-size "11.5 MB">
|
|
<!ENTITY evolution-buildsize "248 MB">
|
|
<!ENTITY evolution-time "7.4 SBU">
|
|
]>
|
|
|
|
<sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
|
|
<?dbhtml filename="evolution.html" ?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
<keywordset>
|
|
<keyword role="package">evolution-&evolution-version;.tar</keyword>
|
|
<keyword role="ftpdir">evolution</keyword>
|
|
</keywordset>
|
|
</sect1info>
|
|
|
|
<title>Evolution-&evolution-version;</title>
|
|
|
|
<indexterm zone="evolution">
|
|
<primary sortas="a-Evolution">Evolution</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Evolution</title>
|
|
|
|
<para>The <application>Evolution</application> package contains an
|
|
integrated mail, calendar and address book suite designed for the
|
|
<application>GNOME-2</application> environment.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<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>
|
|
|
|
<bridgehead renderas="sect3">Evolution Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="gtkhtml"/> and
|
|
<xref linkend="evolution-data-server"/></para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended"><xref linkend="nss"/> (required for SSL and
|
|
S/MIME support)</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="gstreamer"/>,
|
|
<xref linkend="openldap"/>,
|
|
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
|
|
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
|
|
<ulink url="&gnome-download-http;/gnome-pilot-conduits/2.0/">
|
|
GNOME Pilot conduits</ulink> (requires <xref linkend="pilot-link"/> then
|
|
<ulink url="&gnome-download-http;/gnome-pilot/2.0/">
|
|
GNOME Pilot</ulink>),
|
|
<ulink url="&gnome-download-http;/gnome-spell/1.0/">
|
|
GNOME Spell</ulink>,
|
|
<xref linkend="dbus"/>,
|
|
<xref linkend="kdebase"/>,
|
|
<xref linkend="gtk-doc"/>, and
|
|
<xref linkend="docbook-utils"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/evolution"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Evolution</title>
|
|
|
|
<para>Install <application>Evolution</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib \
|
|
--localstatedir=/var/lib \
|
|
--sysconfdir=&gnome-etc-dir; &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
ln -v -s evolution-2.4 \
|
|
`pkg-config --variable=prefix ORBit-2.0`/bin/evolution</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<!-- There doesn't appear to be any need for this
|
|
<para><parameter>-\-disable-gtk-doc</parameter>: This parameter disables
|
|
building the API documentation if you have
|
|
<application>GTK-Doc</application> installed. Remove this parameter if
|
|
you wish to build and install the documentation.</para>
|
|
-->
|
|
|
|
<para><option>--with-openldap</option>: This parameter will compile
|
|
LDAP 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
|
|
synchronize <application>Evolution</application> data on a Palm
|
|
device.</para>
|
|
|
|
<para><command>ln -v -s evolution-2.4 `pkg-config
|
|
--variable=prefix ORBit-2.0`/bin/evolution</command>: This optional command
|
|
creates a convenience symlink to the <command>evolution-2.4</command>
|
|
binary.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>evolution and evolution-2.4</seg>
|
|
<seg>lib/evolution/2.4/* (contains support libraries, conduits,
|
|
and other components)</seg>
|
|
<seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/evolution
|
|
and the following subdirectories of $GNOME_PREFIX/:
|
|
include/evolution-2.4,
|
|
lib/evolution,
|
|
share/{{,omf/}evolution, {gnome/help,idl}/evolution-2.4}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="evolution-prog">
|
|
<term><command>evolution</command></term>
|
|
<listitem>
|
|
<para>is a symlink to the <command>evolution-2.4</command>
|
|
program.</para>
|
|
<indexterm zone="evolution evolution-prog">
|
|
<primary sortas="g-evolution">evolution</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="evolution-2.4">
|
|
<term><command>evolution-2.4</command></term>
|
|
<listitem>
|
|
<para>is an email, calendar and address book suite.</para>
|
|
<indexterm zone="evolution evolution-2.4">
|
|
<primary sortas="b-evolution-2.4">evolution-2.4</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|