centos安装cmake
Posted shilipojianshen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos安装cmake相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章