glfs/xsoft/office/evolution/evolution-inst.xml
Larry Lawrence 0100a74b89 update to evolution-1.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1086 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-16 19:55:40 +00:00

20 lines
663 B
XML

<sect2>
<title>Installation of <application>evolution</application></title>
<para>Install <application>evolution</application> by running the following
commands:</para>
<!--
<note><para><xref linkend="db-3.1"></xref> must be installed
temporarily in order to install Evolution.</para></note>
-->
<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-db3=/opt/db-&db-3.1-version; --enable-openssl &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<para>Optionally, you may remove the installed db-&db-3.1-version;</para>
<screen><userinput><command>rm -rf /opt/db-&db-3.1-version;</command></userinput></screen>
</sect2>