mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
003591b327
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@548 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
396 B
XML
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 &&
|
|
make &&
|
|
make install
|
|
</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|