glfs/xsoft/office/evolution/evolution-inst.xml
Mark Hymers 003591b327 finish moving db-3.x
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@548 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-01-01 18:42:27 +00:00

16 lines
396 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=/tmp/db-3.1 &amp;&amp;
make &amp;&amp;
make install
</userinput></screen></para>
</sect2>