2002-12-17 07:18:02 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of evolution</title>
|
|
|
|
|
|
|
|
<para>Install evolution by running the following commands:</para>
|
|
|
|
|
2003-04-16 10:59:21 +08:00
|
|
|
<!--
|
2003-01-02 02:42:27 +08:00
|
|
|
<note><para><xref linkend="db-3.1"></xref> must be installed
|
2002-12-17 07:36:21 +08:00
|
|
|
temporarily in order to install Evolution.</para></note>
|
2003-04-16 10:59:21 +08:00
|
|
|
-->
|
|
|
|
<para><screen><userinput>./configure --prefix=/opt/gnome --with-db3=/opt/db-&db-3.1-version; &&
|
2002-12-17 07:18:02 +08:00
|
|
|
make &&
|
2003-02-02 00:51:51 +08:00
|
|
|
make install</userinput></screen></para>
|
2002-12-17 07:18:02 +08:00
|
|
|
|
2003-04-16 10:59:21 +08:00
|
|
|
<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>
|
|
|
|
|
2002-12-17 07:18:02 +08:00
|
|
|
</sect2>
|
|
|
|
|