导航

centos升级cmake

https://cmake.org/files/v3.15/

https://blog.csdn.net/u013714645/article/details/77002555

https://blog.csdn.net/gujing001/article/details/6748291

 

安装cmake

  • 准备工作

    • yum groupinstall "Development Tools"

  • 安装

  • 移除装机cmake

    • yum remove cmake -y

    • ln -s /usr/local/bin/cmake /usr/bin/

    • cmake --version

 

posted on 2021-05-26 11:38  toughcactus  阅读(505)  评论(0编辑  收藏  举报