下载wxWidgets-2.8.12.tar.gz
1、终端需要root权限
2、设置参数
./configure --with-x11(或者gtk) --enable-unicode(缺省不支持unicode) --disable-shared
需要unicode编码要先安装pango库
apt-get install libpango1.0-dev
3、编译
make
make install
Ubuntu16.04编译wxWidgets-3.0.4参数:
./configure --enable-unicode --with-opengl --with-GTK --with-x11