1、yum groupinstall "Development tools"

2、yum install gtk2*

3、安装wxWidgets

下载地址:https://www.wxwidgets.org/downloads/(注:一定要下载stable release版本,否则会被自己坑死)

./configure --prefix=/usr --enable-xrc --enable-monolithic --enable-unicode

make

make install

ldconfig

4、yum install hunspell-devel

yum install gamin-devel

yum install boost-devel

5、升级gcc到4.9以下

yum install centos-release-scl

yum install devtoolset-3-toolchain

scl enable devtoolset-3 bash

gcc --version

6、安装code::blocks

下载地址:https://sourceforge.net/projects/codeblocks/files/Sources/17.12/codeblocks_17.12.tar.xz/download

./configure --prefix=/usr --with-contrib-plugins=all

make

make install

最新文章

  1. Linux下查看版本号,查看存在的普通用户
  2. css制作漂亮彩带导航条菜单
  3. 黑马程序员+ADO.Net基础(下)
  4. eclipse: workspace出错导致无法启用的解决
  5. iOS正则匹配手机号
  6. AdminLTE的使用
  7. JavaScript 基本类型值-Undefined、Null、Boolean
  8. centos7安装部署gitlab服务器
  9. R︱Softmax Regression建模 (MNIST 手写体识别和文档多分类应用)
  10. 原生Eclipse下Java服务器调试的一个问题
  11. typeHandler
  12. 安卓抓包https
  13. 统计数字(关联容器map)
  14. 使用Synchronized关键字同步类方法
  15. zTree变异篇:如何让同级树节点平铺而非垂直显示
  16. 如何修复“sshd error: could not load host key”
  17. css学习杂记
  18. mongoexport
  19. Mybatis四种分页方式
  20. POJ P3667 Hotel——solution

热门文章

  1. vue cli3 vue.config配置
  2. Batch - FINDSTR
  3. 【JZOJ3292】【BZOJ4415】【luoguP3988】发牌
  4. 1、Go语言的介绍
  5. JAVA大数——lightoj1024
  6. NX二次开发-UFUN获取工程图详细信息UF_DRAW_ask_drawing_info
  7. hdu多校第六场1008 (hdu6641)TDL 暴力
  8. c++ pb_ds库,实现 红黑树,Splay
  9. Python中的startswith和endswith函数使用实例
  10. SPSS数据记录的选择(Select Cases)