xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl-tk/INSTALL (revision 8e33eff89e26cf71871ead62f0d5063e1313c33a)
1This example relies on:
2  - Tk (wish and libtk)
3  - Tcl (tclsh and libtcl)
4
5Installation:
6  ./autogen.sh
7  ./configure --prefix=/some/prefix
8  make
9  make install
10Cleanup:
11  make distclean
12  ./autoclean.sh
13