在centos 6.9 x64下安装code::blocks步骤

Posted 咚..咚

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在centos 6.9 x64下安装code::blocks步骤相关的知识,希望对你有一定的参考价值。

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

以上是关于在centos 6.9 x64下安装code::blocks步骤的主要内容,如果未能解决你的问题,请参考以下文章

Centos X64 6.9版本安装postfix2.6.6+dovecot+openwebmail

centos 6.9 x64 yum安装PHP 7.1.8

CentOS 6.9下安装PostgreSQL

CentOS 6.9下配置安装KVM

CentOS 6.9下OpenLDAP 的安装与配置

CentOS 6.9 下安装DB2