码迷,mamicode.com
首页 > 其他好文 > 详细

centos安装cmake

时间:2020-07-21 13:41:25      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:http   指定   str   and   make   目录   trap   net   install   

1. 官网下载cmake-3.12.2.tar.gz;

https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2.tar.gz

2. 解压到指定目录;

tar -zxvf cmake-3.13.2.tar.gz

3、进入解压后的目录,依次运行指令

./bootstrap && make && make install

6、运行cmake -version查看版本信息:

cmake version 3.10.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).

原文链接:https://blog.csdn.net/Nankys/article/details/86491388

centos安装cmake

标签:http   指定   str   and   make   目录   trap   net   install   

原文地址:https://www.cnblogs.com/shilipojianshen/p/13353906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!