xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-gawk/INSTALL (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1This example relies on gawk (GNU awk).
2
3Installation:
4  ./autogen.sh
5  ./configure --prefix=/some/prefix
6  make
7  make install
8Cleanup:
9  make distclean
10  ./autoclean.sh
11