View Code

CentOS 6.5 CodeBlocks::wxWidgets安装与配置

第一步, #yum install  codeblocks codeblocks-contrib codeblocks-devel

 

第二步,到官方下载源码包,我下的是wxX11的3.0版的。

#tar ***.tar.gz 

#./configure

#make && make install

安装完毕!

 

新建project后在code blocks中设置project>builder options:

Compiler settings >> Other options中. 加入`wx-config --cxxflags`

Linker options >> Other linker options中.加入`wx-config --libs`

posted on 2014-06-19 01:00  湘军投研  阅读(765)  评论(0编辑  收藏  举报