mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
d910b9d93b
commit
58c7bcd80f
@ -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>
|
||||
|
||||
|
@ -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 &&
|
||||
./configure --prefix=/opt/gnome --with-db3=/tmp &&
|
||||
make &&
|
||||
make install
|
||||
</userinput></screen></para>
|
||||
|
@ -19,8 +19,6 @@ address book suite.</para>
|
||||
<xref linkend="gtkhtml"></xref>
|
||||
<xref linkend="soup"></xref>
|
||||
|
||||
|
||||
|
||||
</screen>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user