xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-wxwidgets/INSTALL (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1This example relies on:
2  - wxWidgets (libwx_*) and its dependencies
3  - the C++ runtime libraries (libstdc++)
4
5Installation:
6  ./autogen.sh
7  ./configure --prefix=/some/prefix --with-wx-prefix=/opt/wxw
8  make
9  make install
10Cleanup:
11  make distclean
12  ./autoclean.sh
13