perl-inst.xml 772 B

1234567891011121314151617181920212223242526
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Perl</title>
  4. <para>Prepare Perl to be compiled:</para>
  5. <para><screen><userinput>./configure.gnu --prefix=/usr</userinput></screen></para>
  6. <para>Continue with compiling the package:</para>
  7. <para><screen><userinput>make</userinput></screen></para>
  8. <para>And finish off installing the package:</para>
  9. <para><screen><userinput>make install</userinput></screen></para>
  10. <para>If you want more control over the way perl sets itself up to be
  11. built, you can run the interactive <userinput>Configure</userinput> script
  12. and modify the way perl is built. If you think you can live with the
  13. (sensible) defaults perl auto-detects, then just use the commands listed
  14. above.</para>
  15. </sect2>