gawk.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <sect1 id="ch05-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>As discussed earlier, we don't recommend running the test suites for the
  17. temporary tools here in this chapter. If you still want to run the Gawk test
  18. suite anyway, the 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>