下載wxWidgets-2.8.12.tar.gz編碼
一、終端須要root權限code
二、設置參數
./configure --with-x11(或者gtk) --enable-unicode(缺省不支持unicode) --disable-shared
須要unicode編碼要先安裝pango庫
apt-get install libpango1.0-devunicode
三、編譯
make
make installget
Ubuntu16.04編譯wxWidgets-3.0.3參數:
./configure --enable-unicode --with-opengl --with-GTK --with-x11it