第一步, #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`

相关文章:

  • 2021-12-25
  • 2021-11-17
  • 2022-12-23
  • 2021-05-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-22
  • 2021-07-13
  • 2022-12-23
  • 2022-01-13
相关资源
相似解决方案