glfs/basicnet/mailnews/pine/pine-inst.xml
Billy O 'Connor 17ad2b3de5 Version increment to 4.50. Note that the imap security patch is no longer
needed, should be removed from blfs-patches.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@395 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-11-21 17:29:46 +00:00

18 lines
412 B
XML

<sect2>
<title>Installation of Pine</title>
<para>Install Pine by running the following commands: </para>
<para><screen>
<userinput>
patch -Np1 -i ../pine-4.44-fhs.patch &amp;&amp;
./build slx DEBUG='-Os ' MAILSPOOL='/var/mail' \
SSLDIR=/usr SSLCERTS=/etc/ssl/certs &amp;&amp;
cp doc/pine.1 /usr/share/man/man1 &amp;&amp;
cd bin &amp;&amp;
install pine /usr/bin
</userinput>
</screen></para>
</sect2>