centos software installation
gcc compiler (http://www.oschina.net/code/snippet_54100_10351)
yum -y install gcc
yum -y install gcc-c++
yum install make
-- 或者
yum groupinstall "Development Tools"
-- 或者
yum install gcc gcc-c++ kernel-devel
gcc compiler (http://www.oschina.net/code/snippet_54100_10351)
yum -y install gcc
yum -y install gcc-c++
yum install make
-- 或者
yum groupinstall "Development Tools"
-- 或者
yum install gcc gcc-c++ kernel-devel