mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
ff68701d53
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@643 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
408 B
XML
14 lines
408 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 &&
|
|
./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>
|