Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / 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