xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/INSTALL (revision 154bfe8e089c1a0a4e9ed8414f08d3da90949162)
1This example relies on:
2  - KDE (libkdeui, libkdecore) and its dependencies
3  - Qt (libqt) and its dependencies: OpenGL (libGL), libpng, zlib (libz)
4  - the C++ runtime libraries (libstdc++)
5
6Installation:
7  ./autogen.sh
8  ./configure --prefix=/some/prefix
9  make
10  make install
11Cleanup:
12  make distclean
13  ./autoclean.sh
14