summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-tcl-tk/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-tcl-tk/INSTALL')
-rw-r--r--gettext-tools/examples/hello-tcl-tk/INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-tcl-tk/INSTALL b/gettext-tools/examples/hello-tcl-tk/INSTALL
new file mode 100644
index 0000000..4797fdf
--- /dev/null
+++ b/gettext-tools/examples/hello-tcl-tk/INSTALL
@@ -0,0 +1,12 @@
+This example relies on:
+ - Tk (wish and libtk)
+ - Tcl (tclsh and libtcl)
+
+Installation:
+ ./autogen.sh
+ ./configure --prefix=/some/prefix
+ make
+ make install
+Cleanup:
+ make distclean
+ ./autoclean.sh