glfs/xsoft/office/evolution/evolution-inst.xml
Billy O 'Connor 58c7bcd80f add note for db-3.1.17 installation.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@499 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-12-16 23:36:21 +00:00

16 lines
392 B
XML

<sect2>
<title>Installation of evolution</title>
<para>Install evolution by running the following commands:</para>
<note><para><xref linkend="db-3.1.17"></xref> must be installed
temporarily in order to install Evolution.</para></note>
<para><screen><userinput>
./configure --prefix=/opt/gnome --with-db3=/tmp &amp;&amp;
make &amp;&amp;
make install
</userinput></screen></para>
</sect2>