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