source: xsoft/office/evolution.xml@ 5cd0959d

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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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