mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
8bf4c673df
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2234 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
537 B
XML
15 lines
537 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-3.patch &&
|
|
./build DEBUG=-O MAILSPOOL=/var/mail \
|
|
SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx &&
|
|
cp doc/*.1 /usr/share/man/man1 &&
|
|
cd bin &&
|
|
install pine imapd ipop2d ipop3d mailutil mtest pico \
|
|
pilot rpdump rpload /usr/bin</command></userinput></screen>
|
|
|
|
</sect2>
|