安装cmake之前,记得升级gcc,请参考centos7 升级GCC版本到7.3.0

#shell 太简单,懒得解释
 wget https://cmake.org/files/v3.11/cmake-3.11.4.tar.gz
 tar xzvf cmake-3.11.4.tar.gz
 cd cmake-3.11.4
 ./bootstrap
 gmake
 gmake install

参考资料:
https://cmake.org/download/

相关文章:

  • 2021-11-23
  • 2021-09-19
  • 2021-06-18
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
猜你喜欢
  • 2022-02-21
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-11-12
相关资源
相似解决方案