# 下载源码
wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1.tar.gz
tar -zxvf cmake-3.21.1.tar.gz && cd cmake-3.21.1
# 三板斧
./bootstrap
gmake
gmake install
# 出现Cannot find appropriate C compiler on this system
yum install -y gcc
# 出现Cannot find appropriate C++ compiler on this system
yum install -y gcc-c++
版权归属:
chenming
许可协议:
本文使用《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》协议授权
评论区