Mark msysGit as obsolete
[msysgit.git] / mingw / share / doc / gettext / examples / hello-clisp / INSTALL
blob2d751165236aea744975b874aa6ee706aa8517ca
1 This example relies on clisp (GNU clisp).
3 Installation:
4   ./autogen.sh
5   ./configure --prefix=/some/prefix
6   make
7   make install
8 Cleanup:
9   make distclean
10   ./autoclean.sh