mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
7319b783bd
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@645 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
394 B
XML
14 lines
394 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>
|
|
|