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