summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-c++
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-12-07 12:46:16 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:28 +0200
commit97ea0fa4a854ca761c62272814cec58d35895c17 (patch)
treeae820acc96c4107ff345771e5f072cd67b093c8f /gettext-tools/examples/hello-c++
parent379eaab55b49bb0cfc0f13c7cadbe967262fa6e3 (diff)
downloadexternal_gettext-97ea0fa4a854ca761c62272814cec58d35895c17.zip
external_gettext-97ea0fa4a854ca761c62272814cec58d35895c17.tar.gz
external_gettext-97ea0fa4a854ca761c62272814cec58d35895c17.tar.bz2
Updated installation instructions.
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