2003-01-15 21:41:38 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Perl</title>
|
|
|
|
|
|
|
|
|
2003-01-15 21:41:38 +00:00
|
|
|
|
|
|
|
<para>Prepare Perl to be compiled:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>./configure.gnu --prefix=/usr</userinput></screen></para>
|
|
|
|
|
2003-01-27 22:10:07 +00:00
|
|
|
<para>If you want more control over the way perl sets itself up to be
|
|
|
|
built, you can run the interactive <userinput>Configure</userinput> script
|
|
|
|
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
|
|
|
|
above.</para>
|
|
|
|
|
2003-01-15 21:41:38 +00:00
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>And finish off installing the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|