1*946379e7SchristosThis example relies on: 2*946379e7Schristos - wxWidgets (libwx_*) and its dependencies 3*946379e7Schristos - the C++ runtime libraries (libstdc++) 4*946379e7Schristos 5*946379e7SchristosInstallation: 6*946379e7Schristos ./autogen.sh 7*946379e7Schristos ./configure --prefix=/some/prefix --with-wx-prefix=/opt/wxw 8*946379e7Schristos make 9*946379e7Schristos make install 10*946379e7SchristosCleanup: 11*946379e7Schristos make distclean 12*946379e7Schristos ./autoclean.sh 13