gawk.xml 1018 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <sect1 id="ch-tools-gawk">
  2. <title>Installing Gawk-&gawk-version;</title>
  3. <?dbhtml filename="gawk.html" dir="chapter05"?>
  4. <screen>&buildtime; &gawk-time-tools;
  5. &diskspace; &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>(If you insist on testing the results, then issue:
  17. <userinput>make check</userinput>.)</para>
  18. <para>And install it:</para>
  19. <screen><userinput>make install</userinput></screen>
  20. </sect2>
  21. <sect2><title>&nbsp;</title><para>&nbsp;</para>
  22. <para>The details on this package are found in <xref linkend="contents-gawk"/>.</para>
  23. <para>&nbsp;</para></sect2>
  24. </sect1>