perl-inst.xml 597 B

123456789101112131415161718
  1. <sect2>
  2. <title>Installation of Perl</title>
  3. <para>Install Perl by running the following commands:</para>
  4. <para><screen><userinput>patch -Np1 -i ../perl-&perl-version;.patch &amp;&amp;
  5. ./configure.gnu --prefix=/usr &amp;&amp;
  6. make &amp;&amp;
  7. make install</userinput></screen></para>
  8. <para>If you want more control over the way perl sets itself up to be
  9. build, you can run the interactive <userinput>Configure</userinput> script
  10. and modify the way perl is built. If you think you can live with the
  11. (sensible) defaults perl auto-detects, then just use the commands listed
  12. above.</para>
  13. </sect2>