add note for db-3.1.17 installation.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@499 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2002-12-16 23:36:21 +00:00
parent d910b9d93b
commit 58c7bcd80f
3 changed files with 9 additions and 3 deletions

View File

@ -4,5 +4,11 @@
<para><userinput>--prefix=/opt/gnome:</userinput>
Install Evolution in the Gnome 1.4 area.</para>
<para><userinput>--with-db3=/tmp:</userinput>
db-3.1.17 must be installed prior to building Evolution, but should
not overwrite an existing installation of the Berkely Database.
Installing db-3.1.17 in a temporary directory is all that is needed
for Evolution to link to the static db-3.1.17 libraries.</para>
</sect2>

View File

@ -3,8 +3,10 @@
<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 &amp;&amp;
./configure --prefix=/opt/gnome --with-db3=/tmp &amp;&amp;
make &amp;&amp;
make install
</userinput></screen></para>

View File

@ -19,8 +19,6 @@ address book suite.</para>
<xref linkend="gtkhtml"></xref>
<xref linkend="soup"></xref>
</screen>
</sect2>