摘要: ``` 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 技术不支持 阅读(1102) 评论(0) 推荐(0) 编辑