系统相关
首页 > 系统相关> > CentOS 如何更新cmake?

CentOS 如何更新cmake?

作者:互联网

 卸载原来的cmake

yum remove cmake

安装pip

yum -y install epel-release
yum install python-pip
pip install --upgrade pip

用pip安装cmake

pip install cmake --upgrade

 

 

参考资料

https://stackoverflow.com/questions/49859457/how-to-reinstall-the-latest-cmake-version

https://www.jianshu.com/p/5220d12b15e3

标签:upgrade,cmake,https,CentOS,更新,yum,install,pip
来源: https://www.cnblogs.com/liqi175/p/16623354.html