summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-java/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-java/INSTALL')
-rw-r--r--gettext-tools/examples/hello-java/INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-java/INSTALL b/gettext-tools/examples/hello-java/INSTALL
new file mode 100644
index 0000000..99cf9c8
--- /dev/null
+++ b/gettext-tools/examples/hello-java/INSTALL
@@ -0,0 +1,11 @@
+This example relies on:
+ - a Java implementation
+
+Installation:
+ ./autogen.sh
+ ./configure --prefix=/some/prefix
+ make
+ make install
+Cleanup:
+ make distclean
+ ./autoclean.sh