mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
af5f879b27
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@320 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
461 B
XML
19 lines
461 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 &&
|
|
patch -Np1 -i ../pine-4.44-imap.patch &&
|
|
./build slx DEBUG='-Os ' MAILSPOOL='/var/mail' \
|
|
SSLDIR=/usr SSLCERTS=/etc/ssl/certs &&
|
|
cp doc/pine.1 /usr/share/man/man1 &&
|
|
cd bin &&
|
|
install pine /usr/bin
|
|
</userinput>
|
|
</screen></para>
|
|
|
|
</sect2>
|