perl-inst.xml 843 B

12345678910111213141516171819202122232425262728
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Perl</title>
  4. <para>Prepare Perl to be compiled:</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>Continue with compiling the package:</para>
  12. <para><screen><userinput>make</userinput></screen></para>
  13. <para><screen><userinput>make test</userinput></screen></para>
  14. <para>And finish off installing the package:</para>
  15. <para><screen><userinput>make install</userinput></screen></para>
  16. </sect2>