perl-inst.xml 697 B

123456789101112131415161718192021
  1. <sect2>
  2. <title>Installation of Perl</title>
  3. <para>This package requires its patch to be applied before you can
  4. install it. Make sure it's unpacked before running the installation
  5. commands.</para>
  6. <para>Install Perl by running the following commands:</para>
  7. <para><screen><userinput>./configure.gnu --prefix=/usr &amp;&amp;
  8. make &amp;&amp;
  9. make install</userinput></screen></para>
  10. <para>If you want more control over the way perl sets itself up to be
  11. build, 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>