1This example relies on:
2 - wxWidgets (libwx_*) and its dependencies
3 - the C++ runtime libraries (libstdc++)
45Installation:
6 ./autogen.sh7 ./configure --prefix=/some/prefix --with-wx-prefix=/opt/wxw8 make
9 make install
10Cleanup:
11 make distclean
12 ./autoclean.sh13