glfs/basicnet/mailnews/nail/nail-inst.xml

15 lines
506 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>Nail</application></title>
<para>Install <application>Nail</application> by running the following commands.
(Note: If you would like nail to be linked against <application>openssl
</application>, add <userinput>--with-openssl</userinput>to the configure
command mentioned below.)</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
ln -sf nail /usr/bin/mail</command></userinput></screen>
</sect2>