2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Perl</title>
|
|
|
|
|
2002-05-30 12:51:27 +01:00
|
|
|
<para>This package requires its patch to be applied before you can
|
|
|
|
install it. Make sure it's unpacked before running the installation
|
|
|
|
commands.</para>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Perl by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-05-27 04:17:49 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../perl-&perl-version;.patch &&
|
|
|
|
./configure.gnu --prefix=/usr &&
|
2001-10-27 23:21:44 +01:00
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-12-08 02:03:04 +00:00
|
|
|
<para>If you want more control over the way perl sets itself up to be
|
|
|
|
build, you can run the interactive <userinput>Configure</userinput> script
|
|
|
|
and modify the way perl is built. If you think you can live with the
|
|
|
|
(sensible) defaults perl auto-detects, then just use the commands listed
|
|
|
|
above.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|