mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 17:57:47 +08:00
f231636f1e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@853 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
576 B
XML
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; &&
|
|
make &&
|
|
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>
|
|
|