centos6.5安装cmake-gui

首先下载cmake(官网,2.8.12版本)

解压

运行

./bootstrap --qt-gui
make
make install

完成后,在/usr/local/bin目录下会出现cmake-gui,cmake等可执行程序

maybe need gcc&g++ to be installed!

here are the steps:

yum install gcc
yum install gcc-c++

 

posted on 2016-06-07 17:56  okstill  阅读(842)  评论(0编辑  收藏  举报

导航