summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-c++
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-c++')
-rw-r--r--gettext-tools/examples/hello-c++/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-c++/INSTALL b/gettext-tools/examples/hello-c++/INSTALL
index ca6d74e..5837269 100644
--- a/gettext-tools/examples/hello-c++/INSTALL
+++ b/gettext-tools/examples/hello-c++/INSTALL
@@ -1 +1,10 @@
This example relies on libstdc++, gettext-runtime.
+
+Installation:
+ ./autogen.sh
+ ./configure --prefix=/some/prefix --with-libasprintf-prefix=/previous/gettext/install/prefix
+ make
+ make install
+Cleanup:
+ make distclean
+ ./autoclean.sh