CMake 3.13.4 or higher is required. You are running version 3.10.2

ubuntu 安装 cmake,但是apt安装的版本太低,需要其他安装方法。

参考视频 https://www.youtube.com/watch?v=_yFPO1ofyF0


以下是对视频内容的提炼,就两点 1、下载需要版本的sh文件;2、安装

一、下载需要版本的sh文件

https://cmake.org/files/
CMake 3.13.4 or higher is required. You are running version 3.10.2_第1张图片

二、安装

sudo sh cmake-3.15.5-Linux-x86_64.sh --prefix=/usr/local/ --exclude-subdir

CMake 3.13.4 or higher is required. You are running version 3.10.2_第2张图片

但是使用时可能出现报错:Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly.
使用命令hash -r即可解决。

你可能感兴趣的:(Linux,linux)