ubuntu 安装 cmake,但是apt安装的版本太低,需要其他安装方法。
参考视频 https://www.youtube.com/watch?v=_yFPO1ofyF0
以下是对视频内容的提炼,就两点 1、下载需要版本的sh文件;2、安装
一、下载需要版本的sh文件
https://cmake.org/files/
二、安装
sudo sh cmake-3.15.5-Linux-x86_64.sh --prefix=/usr/local/ --exclude-subdir
但是使用时可能出现报错:Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly.
使用命令hash -r
即可解决。