glfs/xsoft/office/evolution/evolution-inst.xml

21 lines
739 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>Evolution</application></title>
<note><para><xref linkend="db-3.1"></xref> must be installed
temporarily in order to install
<application>Evolution</application>.</para></note>
<para>Install <application>Evolution</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-db3=/opt/db-&db-3.1-version; --enable-openssl &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<para>Optionally, you may remove <application>Berkeley
DB</application>-&db-3.1-version; installed above with this command:</para>
<screen><userinput><command>rm -rf /opt/db-&db-3.1-version;</command></userinput></screen>
</sect2>