Chinaunix首页 | 论坛 | 博客
  • 博客访问: 733116
  • 博文数量: 95
  • 博客积分: 1754
  • 博客等级: 上尉
  • 技术积分: 1607
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-12 10:06
文章分类

全部博文(95)

文章存档

2015年(3)

2013年(15)

2012年(77)

分类: Mysql/postgreSQL

2013-04-03 18:15:46

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
阅读(4475) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~