OS + CentOS cmake
Posted lindows
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OS + CentOS cmake相关的知识,希望对你有一定的参考价值。
s
Linux编译安装cmake最新版本
https://blog.51cto.com/sadoc/1910753
https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3.tar.gz
yum安装的版本过于低,一般都是2.8版本.
需要安装gccgcc-c*
#wget https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz
#tar zxf cmake-3.7.2.tar.gz
#cd cmake-3.7.2
#./bootstrap
#make && makeinstall
查看版本
[[email protected]]# cmake --version
cmake version3.7.2
CMake suite maintained and supported by Kitware (kitware.com/cmake)
end
以上是关于OS + CentOS cmake的主要内容,如果未能解决你的问题,请参考以下文章
mac os怎么查看本机路由,如centos,用route,windows在cmd中用route print,mac os在终端怎么查看?