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