mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
f7000b3d63
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1305 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
582 B
XML
15 lines
582 B
XML
<sect2>
|
|
<title>Installation of <application>Pine</application></title>
|
|
|
|
<para>Install <application>Pine</application> by running the following commands: </para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch &&
|
|
./build slx <!-- DEBUG='-Os '--> MAILSPOOL='/var/mail' \
|
|
SSLDIR=/usr SSLCERTS=/etc/ssl/certs &&
|
|
cp doc/pine.1 doc/pico.1 doc/rpdump.1 doc/rpload.1 /usr/share/man/man1 &&
|
|
cd bin &&
|
|
install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump \
|
|
rpload /usr/bin</command></userinput></screen>
|
|
|
|
</sect2>
|