perl-inst.xml 751 B

12345678910111213141516171819202122
  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>patch -Np1 -i ../perl-&perl-version;.patch &amp;&amp;
  8. ./configure.gnu --prefix=/usr &amp;&amp;
  9. make &amp;&amp;
  10. make install</userinput></screen></para>
  11. <para>If you want more control over the way perl sets itself up to be
  12. build, you can run the interactive <userinput>Configure</userinput> script
  13. and modify the way perl is built. If you think you can live with the
  14. (sensible) defaults perl auto-detects, then just use the commands listed
  15. above.</para>
  16. </sect2>