mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
fb6de28443
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1448 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
551 B
XML
15 lines
551 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 DEBUG=-O MAILSPOOL=/var/mail \
|
|
SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx &&
|
|
cp doc/{pine,pico,rpdump,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>
|