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++-kde | |
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++-kde')
-rw-r--r-- | gettext-tools/examples/hello-c++-kde/INSTALL | 9 |
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 |