blocks + wxWidgets 2.8 在UUbuntu下的安装。
安装步骤:
1、安装必要组件
sudo apt-get install build-essential
sudo apt-get install gdb
2、安装wxWidgets必要的库文件
sudo apt-get install libwxgtk2.8-0 libwxgtk2.8-dev wx2.8-headers wx-common
3、设置 wxWidgets 默认版本
sudo update-alternatives --config wx-config
直接打开Code::Blocks建立wxWidgets的工程,编译运行。