然后安装wxWidgets
wget http://nchc.dl.sourceforge.net/s ... wxGTK-2.8.7.tar.bz2
tar -jxvf wxGTK-2.8.7.tar.bz2
cd wxGTK-2.8.7
./configure --prefix=/usr --with-gtk --enable-unicode --enable-optimise && make
As root:
make install
ldconfig 千万别忘了安装了一个新的动态链接库时就需要手工运行这个命令.