2003-01-15 21:41:38 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
2003-08-30 00:20:23 +01:00
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Perl</title>
|
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>Prepare Perl for compilation:</para>
|
2003-01-15 21:41:38 +00:00
|
|
|
|
|
|
|
<para><screen><userinput>./configure.gnu --prefix=/usr</userinput></screen></para>
|
|
|
|
|
2003-08-31 22:52:02 +01:00
|
|
|
<para>If you want more control over the way Perl sets itself up to be
|
2003-01-27 22:10:07 +00:00
|
|
|
built, you can run the interactive <userinput>Configure</userinput> script
|
2003-08-31 22:52:02 +01:00
|
|
|
instead and modify the way Perl is built. If you think you can live with the
|
|
|
|
(sensible) defaults Perl auto-detects, then just use the command listed
|
2003-01-27 22:10:07 +00:00
|
|
|
above.</para>
|
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>Compile the package:</para>
|
2003-01-15 21:41:38 +00:00
|
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
|
2003-09-21 08:31:01 +01:00
|
|
|
<para>This package has a test suite available which can perform a number of
|
2003-09-11 21:07:44 +01:00
|
|
|
checks to ensure it built correctly. Should you choose to run it, the
|
|
|
|
following command will do so:</para>
|
2003-08-30 00:20:23 +01:00
|
|
|
|
2003-05-13 08:38:47 +01:00
|
|
|
<para><screen><userinput>make test</userinput></screen></para>
|
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>And install the package:</para>
|
2003-01-15 21:41:38 +00:00
|
|
|
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|