gawk: Installation summary

 
 B.6 Summary
 ===========
 
    * The 'gawk' distribution is available from the GNU Project's main
      distribution site, 'ftp.gnu.org'.  The canonical build recipe is:
 
           wget https://ftp.gnu.org/gnu/gawk/gawk-4.2.1.tar.gz
           tar -xvpzf gawk-4.2.1.tar.gz
           cd gawk-4.2.1
           ./configure && make && make check
 
           NOTE: Because of the 'https://' URL, you may have to supply
           the '--no-check-certificate' option to 'wget' to download the
           file.
 
    * 'gawk' may be built on non-POSIX systems as well.  The currently
      supported systems are MS-Windows using MSYS, DJGPP, MinGW, and
      Cygwin, and both Vax/VMS and OpenVMS. Instructions for each system
      are included in this major node.
 
    * Bug reports should be sent via email to <bug-gawk@gnu.org>.  Bug
      reports should be in English and should include the version of
      'gawk', how it was compiled, and a short program and data file that
      demonstrate the problem.
 
    * There are a number of other freely available 'awk' implementations.
      Many are POSIX-compliant; others are less so.