gawk.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. <literallayout>Official download location for Gawk (&gawk-version;):
  7. <ulink url="ftp://ftp.gnu.org/pub/gnu/gawk/"/></literallayout>
  8. &aa-gawk-dep;
  9. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  10. <sect2>
  11. <title>Installation of Gawk</title>
  12. <para>Prepare Gawk for compilation:</para>
  13. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  14. <para>Compile the package:</para>
  15. <screen><userinput>make</userinput></screen>
  16. <para>This package has a test suite available which can perform a number of
  17. checks to ensure it built correctly. Should you choose to run it, the
  18. following command will do so:</para>
  19. <screen><userinput>make check</userinput></screen>
  20. <para>And install it:</para>
  21. <screen><userinput>make install</userinput></screen>
  22. </sect2>
  23. <sect2><title>&nbsp;</title><para>&nbsp;</para>
  24. <para>The details on this package are found in <xref linkend="contents-gawk"/>.</para>
  25. <para>&nbsp;</para></sect2>
  26. </sect1>