2002-08-10 11:56:23 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Pine</title>
|
|
|
|
|
2002-08-11 05:29:14 +08:00
|
|
|
<para>Install Pine by running the following commands: </para>
|
2002-08-10 11:56:23 +08:00
|
|
|
|
|
|
|
<para><screen>
|
2002-08-11 05:29:14 +08:00
|
|
|
<userinput>
|
|
|
|
patch -Np1 -i ../pine-4.44-fhs.patch &&
|
2002-10-11 08:09:13 +08:00
|
|
|
./build slx DEBUG='-Os ' MAILSPOOL='/var/mail' \
|
|
|
|
SSLDIR=/usr SSLCERTS=/etc/ssl/certs &&
|
|
|
|
cp doc/pine.1 /usr/share/man/man1 &&
|
2002-08-10 11:56:23 +08:00
|
|
|
cd bin &&
|
2002-10-11 08:09:13 +08:00
|
|
|
install pine /usr/bin
|
|
|
|
</userinput>
|
2002-08-10 11:56:23 +08:00
|
|
|
</screen></para>
|
|
|
|
|
|
|
|
</sect2>
|