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

14 lines
408 B
XML
Raw Normal View History

<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>