gawk.xml 1016 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <sect1 id="ch06-gawk" xreflabel="Gawk">
  2. <title>Installing Gawk-&gawk-version;</title>
  3. <?dbhtml filename="gawk.html" dir="chapter06"?>
  4. <para>The Gawk package contains programs for manipulating text files.</para>
  5. <screen>&buildtime; &gawk-time;
  6. &diskspace; &gawk-compsize;</screen>
  7. &aa-gawk-down;
  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=/usr --libexecdir=/usr/lib</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 the package:</para>
  21. <screen><userinput>make install</userinput></screen>
  22. </sect2>
  23. &aa-gawk-shortdesc;
  24. &aa-gawk-desc;
  25. </sect1>