glfs/xsoft/office/evolution/evolution-inst.xml
Tushar Teredesai f231636f1e moved db-3.1 as a sub-section of evolution
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@853 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-16 02:59:21 +00:00

19 lines
576 B
XML

<sect2>
<title>Installation of evolution</title>
<para>Install evolution 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>
-->
<para><screen><userinput>./configure --prefix=/opt/gnome --with-db3=/opt/db-&db-3.1-version; &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<para>Optionally, you may remove the installed db-&db-3.1-version;</para>
<para><screen><userinput>rm -rf /opt/db-&db-3.1-version;</userinput></screen></para>
</sect2>