Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-c++-wxwidgets / INSTALL
blob8658c15569eb29ca749ea03b4097420b96d8a0e0
1 This example relies on:
2   - wxWidgets (libwx_*) and its dependencies
3   - the C++ runtime libraries (libstdc++)
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