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