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