blob: 8658c15569eb29ca749ea03b4097420b96d8a0e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|