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

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