perl-inst.xml 543 B

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