mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
bf8f904a0b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2130 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
561 B
XML
15 lines
561 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-2.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>
|