Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / hello-c++-wxwidgets / INSTALL
1 This example relies on:
2   - wxWidgets (libwx_*) and its dependencies
3   - the C++ runtime libraries (libstdc++)
4
5 Installation:
6   ./autogen.sh
7   ./configure --prefix=/some/prefix --with-wx-prefix=/opt/wxw
8   make
9   make install
10 Cleanup:
11   make distclean
12   ./autoclean.sh