2002-08-10 11:56:23 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
2002-08-11 05:29:14 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This
|
2003-05-04 05:39:23 +08:00
|
|
|
patch will make <application>Pine</application> use <filename
|
|
|
|
class="directory">/etc</filename> for configuration files.</para>
|
2002-08-11 05:29:14 +08:00
|
|
|
|
2003-09-24 04:34:30 +08:00
|
|
|
<para>The build procedure for <application>Pine</application> is somewhat
|
|
|
|
unusual, in that options usually passed as <command>./configure</command>
|
|
|
|
options or housed in $<envar>CFLAGS</envar> must all be passed on the command
|
|
|
|
line to the <command>./build</command> script.</para>
|
2002-08-10 11:56:23 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>./build slx</command>: <application>Pine</application> offers
|
2003-09-24 04:34:30 +08:00
|
|
|
quite a few target platforms, slx specifies Linux using
|
2002-08-10 11:56:23 +08:00
|
|
|
-lcrypt to get the crypt function. See the
|
|
|
|
<filename>doc/pine-ports</filename> file for more information and
|
|
|
|
other authentication options.</para>
|
2003-05-04 05:39:23 +08:00
|
|
|
<!--
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>DEBUG='-Os '</command>: Optimize binaries for size.</para>
|
2003-05-04 05:39:23 +08:00
|
|
|
-->
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>MAILSPOOL='/var/mail'</command>: Location of mail spool files, <filename>/var/mail.</filename></para>
|
2003-05-04 05:39:23 +08:00
|
|
|
|
|
|
|
<para><screen><command>cd bin &&
|
2003-05-04 06:11:34 +08:00
|
|
|
install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump \
|
|
|
|
rpload /usr/bin</command></screen>
|
|
|
|
This installs <application>Pine</application>.</para>
|
2002-08-10 11:56:23 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|