gawk.xml 951 B

123456789101112131415161718192021222324252627282930313233343536
  1. <sect1 id="ch05-gawk">
  2. <title>Installing Gawk-&gawk-version;</title>
  3. <?dbhtml filename="gawk.html" dir="chapter05"?>
  4. <screen>Estimated build time: &gawk-time-tools;
  5. Estimated required disk space: &gawk-compsize-tools;</screen>
  6. <para>For the package details see <xref linkend="contents-gawk"/>.</para>
  7. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  8. <sect2>
  9. <title>Installation of Gawk</title>
  10. <para>Prepare Gawk for compilation:</para>
  11. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  12. <para>Compile the package:</para>
  13. <screen><userinput>make</userinput></screen>
  14. <para>This package has a test suite available which can perform a number of
  15. checks to ensure it built correctly. Should you choose to run it, the
  16. following command will do so:</para>
  17. <screen><userinput>make check</userinput></screen>
  18. <para>And install it:</para>
  19. <screen><userinput>make install</userinput></screen>
  20. </sect2>
  21. </sect1>