perl-inst.xml 999 B

12345678910111213141516171819202122232425262728293031
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Perl</title>
  4. <para>Prepare Perl for compilation:</para>
  5. <para><screen><userinput>./configure.gnu --prefix=/usr</userinput></screen></para>
  6. <para>If you want more control over the way Perl sets itself up to be
  7. built, you can run the interactive <userinput>Configure</userinput> script
  8. instead and modify the way Perl is built. If you think you can live with the
  9. (sensible) defaults Perl auto-detects, then just use the command listed
  10. above.</para>
  11. <para>Compile the package:</para>
  12. <para><screen><userinput>make</userinput></screen></para>
  13. <para>This package has a testsuite available which can perform a number of
  14. checks to ensure it built correctly. Should you choose to run it, the
  15. following command will do so:</para>
  16. <para><screen><userinput>make test</userinput></screen></para>
  17. <para>And install the package:</para>
  18. <para><screen><userinput>make install</userinput></screen></para>
  19. </sect2>