glfs/xsoft/office/evolution/evolution-inst.xml
Igor Živković adf16b0783 moved db-3.1 to proper location and separated it from evolution
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1267 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-02 06:44:42 +00:00

21 lines
739 B
XML

<sect2>
<title>Installation of <application>Evolution</application></title>
<note><para><xref linkend="db-3.1"></xref> must be installed
temporarily in order to install
<application>Evolution</application>.</para></note>
<para>Install <application>Evolution</application> by running the following
commands:</para>
<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 <application>Berkeley
DB</application>-&db-3.1-version; installed above with this command:</para>
<screen><userinput><command>rm -rf /opt/db-&db-3.1-version;</command></userinput></screen>
</sect2>