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

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