From 97ea0fa4a854ca761c62272814cec58d35895c17 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 7 Dec 2003 12:46:16 +0000 Subject: Updated installation instructions. --- gettext-tools/examples/hello-c++/INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gettext-tools/examples/hello-c++') 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 -- cgit v1.1