manpagez: man pages & more
info gawk
Home | html | info | man

File: gawk.info,  Node: Compiling from Git,  Next: Building the Documentation,  Prev: Configuration Philosophy,  Up: Unix Installation

B.2.5 Compiling from Git
------------------------

Building 'gawk' directly from the development source control repository
is possible, but not recommended for everyday users, as the code may not
be as stable as released versions are.  If you really do want to do
that, here are the steps:

     git clone https://git.savannah.gnu.org/r/gawk.git
     cd gawk
     ./bootstrap.sh && ./configure && make && make check

© manpagez.com 2000-2025
Individual documents may contain additional copyright information.