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