cmake安装
系统为RedHat5 x86_64
文件下载地址
安装GCC软件包
[root@localhost softs]# yum list|grep gcc
compat-gcc-34.x86_64 3.4.6-4 installed
compat-gcc-34-c++.x86_64 3.4.6-4 installed
compat-gcc-34-g77.x86_64 3.4.6-4 installed
gcc.x86_64 4.1.2-48.el5 installed
gcc-c++.x86_64 4.1.2-48.el5 installed
gcc-objc.x86_64 4.1.2-48.el5 installed
gcc-objc++.x86_64 4.1.2-48.el5 installed
gcc44.x86_64 4.4.0-6.el5 installed
gcc44-c++.x86_64 4.4.0-6.el5 installed
libgcc.i386 4.1.2-48.el5 installed
libgcc.x86_64 4.1.2-48.el5 installed
安装方式
查看Readme.txt文档
$ ./bootstrap; make; make install
阅读(4532) | 评论(0) | 转发(0) |