diff options
author | Bruno Haible <bruno@clisp.org> | 2003-12-07 12:46:16 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:28 +0200 |
commit | 97ea0fa4a854ca761c62272814cec58d35895c17 (patch) | |
tree | ae820acc96c4107ff345771e5f072cd67b093c8f /gettext-tools/examples/hello-c++ | |
parent | 379eaab55b49bb0cfc0f13c7cadbe967262fa6e3 (diff) | |
download | external_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++/INSTALL | 9 |
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 |