Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-tcl / INSTALL
blobc020e479e659418e06c36179d714f086cf743d6d
1 This example relies on:
2   - Tcl (tclsh and libtcl)
4 Installation:
5   ./autogen.sh
6   ./configure --prefix=/some/prefix
7   make
8   make install
9 Cleanup:
10   make distclean
11   ./autoclean.sh