标签:http 指定 str and make 目录 trap net install
1. 官网下载cmake-3.12.2.tar.gz;
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2.tar.gz
2. 解压到指定目录;
tar -zxvf cmake-3.13.2.tar.gz
3、进入解压后的目录,依次运行指令
./bootstrap && make && make install
6、运行cmake -version查看版本信息:
cmake version 3.10.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
原文链接:https://blog.csdn.net/Nankys/article/details/86491388
标签:http 指定 str and make 目录 trap net install
原文地址:https://www.cnblogs.com/shilipojianshen/p/13353906.html