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

20 lines
663 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>Evolution</application></title>
<para>Install <application>Evolution</application> 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>
-->
<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 the installed db-&db-3.1-version;</para>
<screen><userinput><command>rm -rf /opt/db-&db-3.1-version;</command></userinput></screen>
</sect2>