Ubuntu安装cmake 3.9

wget https://cmake.org/files/v3.9/cmake-3.9.2.tar.gz # 下载
cd cmake-3.9.2
./configure
sudo make && make install    # 安装
cmake --version # 查看版本
posted @ 2019-10-31 14:55  技术不支持  阅读(1100)  评论(0编辑  收藏  举报