blob: 8658c15569eb29ca749ea03b4097420b96d8a0e0 [file] [log] [blame]
This example relies on:
- wxWidgets (libwx_*) and its dependencies
- the C++ runtime libraries (libstdc++)
Installation:
./autogen.sh
./configure --prefix=/some/prefix --with-wx-prefix=/opt/wxw
make
make install
Cleanup:
make distclean
./autoclean.sh