summaryrefslogtreecommitdiff
path: root/gnu/dist/gettext/gettext-tools/examples/hello-gawk/INSTALL
blob: 1a4f2df334357c5bebe434b075cd08098e101533 (plain)
1
2
3
4
5
6
7
8
9
10
This example relies on gawk (GNU awk).

Installation:
  ./autogen.sh
  ./configure --prefix=/some/prefix
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh