mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10022 af4574ff-66df-0310-9fd7-8a98e5e911e0
199 lines
6.6 KiB
XML
199 lines
6.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY evolution-download-http "&gnome-download-http;/evolution/3.4/evolution-&evolution-version;.tar.xz">
|
|
<!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/3.4/evolution-&evolution-version;.tar.xz">
|
|
<!ENTITY evolution-md5sum "d178b6a9869f92e66b2022d4e35077ee">
|
|
<!ENTITY evolution-size "13 MB">
|
|
<!ENTITY evolution-buildsize "420 MB">
|
|
<!ENTITY evolution-time "19 SBU">
|
|
]>
|
|
|
|
<sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
|
|
<?dbhtml filename="evolution.html" ?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</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</application> environment.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<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="evolution-data-server"/>,
|
|
<xref linkend="gnome-desktop"/>,
|
|
<xref linkend="gtkhtml"/>,
|
|
<xref linkend="libcanberra"/> and
|
|
<xref linkend="shared-mime-info"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="libgweather"/> and
|
|
<xref linkend="NetworkManager"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="clutter-gtk"/>,
|
|
<xref linkend="docbook-utils"/>,
|
|
<xref linkend="gtk-doc"/>,
|
|
<xref linkend="mitkrb"/>,
|
|
<xref linkend="mx"/>,
|
|
<xref linkend="libchamplain"/>,
|
|
<ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
|
|
<ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>,
|
|
<xref linkend="openldap"/> and
|
|
<ulink url="http://sourceforge.net/projects/ytnef/">libytnef</ulink>
|
|
</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=/usr \
|
|
--sysconfdir=/etc \
|
|
--libexecdir=/usr/lib \
|
|
--disable-contact-maps \
|
|
--disable-image-inline \
|
|
--disable-pst-import &&
|
|
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</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-sysconfdir.xml"/> -->
|
|
|
|
<para><parameter>--libexecdir=/usr/lib</parameter>: This parameter
|
|
causes the libexec files to be installed in the preferred location of
|
|
<filename class="directory">/usr/lib/evolution</filename> instead of
|
|
<filename class="directory">/usr/libexec/evolution</filename>.</para>
|
|
|
|
<para><option>--disable-contact-maps</option>: This parameter is used
|
|
to disable the contact-maps plugin. Remove if you have
|
|
<xref linkend="clutter-gtk"/>, <xref linkend="libchamplain"/> and
|
|
<xref linkend="mx"/> installed.</para>
|
|
|
|
<para><option>--disable-image-inline</option>: This parameter is used
|
|
to disable the image-inline plugin.</para>
|
|
|
|
<para><option>--disable-pst-import</option>: This parameter is used to
|
|
disable the pst-import plugin.</para>
|
|
|
|
<para><option>--with-clutter</option>: Use this parameter to
|
|
build <application>Evolution</application> with
|
|
<application>Clutter</application> support.</para>
|
|
|
|
<para><option>--with-openldap</option>: This parameter will compile
|
|
<application>OpenLDAP</application> support into
|
|
<application>Evolution</application>.</para>
|
|
|
|
<para><parameter>--with-krb5=/usr</parameter>: This parameter will compile
|
|
<application>Kerberos 5</application> support into
|
|
<application>Evolution</application>.</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
evolution and evolution-settings
|
|
</seg>
|
|
<seg>
|
|
/usr/include/evolution-3.4, /usr/lib/evolution, /usr/share/evolution,
|
|
/usr/share/gnome/help/evolution and /usr/share/gtk-doc/html/eshell
|
|
</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 an email, calendar and address book suite for
|
|
the GNOME Desktop.</para>
|
|
<indexterm zone="evolution evolution-prog">
|
|
<primary sortas="g-evolution">evolution</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|