mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-12 15:15:14 +08:00
14 lines
455 B
XML
14 lines
455 B
XML
|
<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 openssl, add --with-openssl
|
||
|
to the configure command mentioned below.)</para>
|
||
|
|
||
|
<screen><userinput><command>./configure --prefix=/usr &&
|
||
|
make &&
|
||
|
make install &&
|
||
|
ln -sf nail /usr/bin/mail</command></userinput></screen>
|
||
|
|
||
|
</sect2>
|