2002-08-10 11:56:23 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
2002-08-11 05:29:14 +08:00
|
|
|
|
2003-04-21 11:07:54 +08:00
|
|
|
<para><userinput>patch -Np1 -i ../pine-4.44-fhs.patch</userinput> : This
|
|
|
|
patch will make Pine use <filename>/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
|
|
|
|
must all be passed on the command line to the ./build script.</para>
|
|
|
|
|
2002-11-03 11:19:07 +08:00
|
|
|
<para><userinput>./build slx</userinput> : Pine 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>
|
|
|
|
|
2002-11-03 11:19:07 +08:00
|
|
|
<para><userinput>DEBUG='-Os '</userinput> : Optimize binaries for size.</para>
|
2002-08-10 11:56:23 +08:00
|
|
|
|
2002-11-03 11:19:07 +08:00
|
|
|
<para><userinput>MAILSPOOL='/var/mail'</userinput> : Location of mail spool files, <filename>/var/mail.</filename></para>
|
2002-08-10 11:56:23 +08:00
|
|
|
|
2002-11-03 11:19:07 +08:00
|
|
|
<para><screen><userinput>cd bin &&
|
|
|
|
install pine /usr/bin</userinput></screen>
|
2002-08-10 11:56:23 +08:00
|
|
|
This is all that is required to install Pine, all other executables
|
|
|
|
may be installed in the same manner.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|