summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-c++-kde/INSTALL
blob: adba43a28693382d002fc8ab198e65c1f848940e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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