mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
377584f40f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1177 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
506 B
XML
15 lines
506 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 <application>openssl
|
|
</application>, add <userinput>--with-openssl</userinput>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>
|