(root)/
gettext-0.22.4/
gettext-tools/
examples/
hello-smalltalk/
INSTALL
This example relies on gst (GNU Smalltalk).

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