2002-08-10 11:56:23 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
2002-08-11 05:29:14 +08:00
|
|
|
|
2003-05-04 05:39:23 +08:00
|
|
|
<para><command>patch -Np1 -i ../pine-4.44-fhs.patch</command> : This
|
|
|
|
patch will make <application>Pine</application> use <filename
|
|
|
|
class="directory">/etc</filename> for configuration files.</para>
|
2002-08-11 05:29:14 +08:00
|
|
|
|
2002-08-10 11:56:23 +08:00
|
|
|
<para>The build procedure for Pine is somewhat unusual, in that
|
|
|
|
options usually passed as ./configure options or housed in $CFLAGS
|
2003-05-04 05:39:23 +08:00
|
|
|
must all be passed on the command line to the <command>./build</command> script.</para>
|
2002-08-10 11:56:23 +08:00
|
|
|
|
2003-05-04 05:39:23 +08:00
|
|
|
<para><command>./build slx</command> : <application>Pine</application> offers 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
|
|
|
<!--
|
|
|
|
<para><command>DEBUG='-Os '</command> : Optimize binaries for size.</para>
|
|
|
|
-->
|
|
|
|
<para><command>MAILSPOOL='/var/mail'</command> : Location of mail spool files, <filename>/var/mail.</filename></para>
|
|
|
|
|
|
|
|
<para><screen><command>cd bin &&
|
|
|
|
install pine /usr/bin</command></screen>
|
|
|
|
This is all that is required to install <application>Pine</application>, all other executables
|
2002-08-10 11:56:23 +08:00
|
|
|
may be installed in the same manner.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|