source: xsoft/office/evolution.xml@ 613c524f

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 613c524f was 613c524f, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 33

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

  • Property mode set to 100644
File size: 4.6 KB
Line 
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
7 <!ENTITY evolution-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution/1.4/evolution-&evolution-version;.tar.bz2">
8 <!ENTITY evolution-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/evolution/1.4/evolution-&evolution-version;.tar.bz2">
9 <!ENTITY evolution-size "12 MB">
10 <!ENTITY evolution-buildsize "387 MB">
11 <!ENTITY evolution-time "10.84 SBU">
12]>
13
14<sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
15<?dbhtml filename="evolution.html" ?>
16<title>Evolution-&evolution-version;</title>
17
18<sect2>
19<title>Introduction to <application>Evolution</application></title>
20
21<para>The <application>Evolution</application> package contains an integrated
22mail, calendar and address book suite.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink
27url="&evolution-download-http;"/></para></listitem>
28<listitem><para>Download (FTP): <ulink
29url="&evolution-download-ftp;"/></para></listitem>
30<listitem><para>Download size: &evolution-size;</para></listitem>
31<listitem><para>Estimated Disk space required:
32&evolution-buildsize;</para></listitem>
33<listitem><para>Estimated build time:
34&evolution-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title>Additional downloads</title>
38<itemizedlist spacing='compact'>
39<listitem><para>Required application: <ulink
40url="http://ftp2.nchu.edu.tw/UNIX/Database/BerkeleyDB/db-3.1.17.tar.gz"/></para></listitem>
41</itemizedlist></sect3>
42
43<sect3><title><application>Evolution</application> dependencies</title>
44<sect4><title>Required</title>
45<para>
46<xref linkend="openssl"/>,
47<xref linkend="libsoup"/>,
48<xref linkend="gal"/> and
49<xref linkend="gtkhtml"/>
50</para></sect4>
51<sect4><title>Optional</title>
52<para><xref linkend="openldap"/> and <xref linkend="gtk-doc"/></para></sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>Evolution</application></title>
59
60<note><para><application>Evolution</application> requires
61<application>Berkeley DB</application>-3.1.17. The details on
62"why" are in the <filename>README</filename> file distibuted with the
63<application>Evolution</application> source code. <application>Evolution
64</application> links to the library statically, hence this book installs
65the <application>Berkeley DB</application>-3.1.17 in <filename
66class="directory">/opt</filename>, which can be removed once
67<application>Evolution</application> is installed.</para></note>
68
69<para>Install <application>Berkeley DB</application>-3.1.17 by
70running the following commands:</para>
71
72<screen><userinput><command>cd build_unix &amp;&amp;
73../dist/configure --prefix=/opt/db-3.1.17 --enable-compat185 &amp;&amp;
74make &amp;&amp;
75make install</command></userinput></screen>
76
77<para>Install <application>Evolution</application> by running the following
78commands:</para>
79
80<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
81 --with-db3=/opt/db-3.1.17 --enable-openssl &amp;&amp;
82make &amp;&amp;
83make install</command></userinput></screen>
84
85<para>Optionally, you may remove <application>Berkeley
86DB</application>-3.1.17 installed above with this command:</para>
87
88<screen><userinput><command>rm -rf /opt/db-3.1.17</command></userinput></screen>
89
90</sect2>
91
92<sect2>
93<title>Command explanations</title>
94
95<para><parameter>--enable-compat185</parameter>: Build support for older
96database files.</para>
97
98<para><parameter>--prefix=/opt/db-3.1.17</parameter>: This
99version of the Berkeley Database should not be installed in <filename
100class="directory">/usr</filename>, as it is only needed for the building
101of <application>Evolution</application>.</para>
102
103<para><parameter>--with-db3=/opt/db-3.1.17</parameter>: Specify
104the location where db-3.1.17 is installed.</para>
105
106<para><parameter>--enable-openssl</parameter>: This flag will compile
107<acronym>SSL</acronym> support into
108<application>Evolution</application>.</para>
109
110<para><parameter>--with-openldap</parameter>: This flag will compile
111<acronym>LDAP</acronym> support into
112<application>Evolution</application>.</para>
113
114</sect2>
115
116<sect2>
117<title>Contents</title>
118
119<para>The <application>Evolution</application> package contains
120<command>evolution</command>.</para>
121</sect2>
122
123
124
125<sect2><title>Description</title>
126<sect3><title>evolution</title>
127<para><command>evolution</command> contains an email, calendar and
128address book suite.</para></sect3>
129
130</sect2>
131
132</sect1>
133
Note: See TracBrowser for help on using the repository browser.