源码更新安装CMake版本
源码更新安装CMake版本
- 下载新版本CMake源码并解压:https://cmake.org/download/
- 执行
sudo su
,然后进入解压目录执行:`./bootstrap进行安装 - 执行
make && make install
如果报错:
Cannot find a C++ compiler that supports both C++11 and the specified C++ flags
执行:sudo apt install g++