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