> CentOS > CentOS教程 >

Centos 6.x安装CodeBlocks

需要提前下载的资源

进行安装

rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm 
yum install gtk+* 
tar xzvf wxGTK-2.8.12.tar.gz 
cd wxGTK-2.8.12 
./configure --prefix=/usr --enable-xrc --enable-monolithic --enable-unicode 
make 
make install 
cd .. 
tar xzvf codeblocks_16.01.tar.gz 
cd codeblocks-16.01.release 
./configure 
make 
make install 




(责任编辑:IT)