summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-c++-kde
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++-kde
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++-kde')
-rw-r--r--gettext-tools/examples/hello-c++-kde/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-c++-kde/INSTALL b/gettext-tools/examples/hello-c++-kde/INSTALL
index 1541e90..adba43a 100644
--- a/gettext-tools/examples/hello-c++-kde/INSTALL
+++ b/gettext-tools/examples/hello-c++-kde/INSTALL
@@ -2,3 +2,12 @@ This example relies on:
- KDE (libkdeui, libkdecore) and its dependencies
- Qt (libqt) and its dependencies: OpenGL (libGL), libpng, zlib (libz)
- the C++ runtime libraries (libstdc++)
+
+Installation:
+ ./autogen.sh
+ ./configure --prefix=/some/prefix
+ make
+ make install
+Cleanup:
+ make distclean
+ ./autoclean.sh