centos7 公升級cmake 詳細操作

2021-10-02 07:18:24 字數 758 閱讀 2249

編譯cmake檔案時,報錯:unknown cmake command 「continue」

猜測這是 cmake 版本過低導致的,那麼就需要公升級 cmake 到更高的版本。下面是公升級 cmake 的步驟:

解除安裝原有通過 yum 安裝的 cmake:

"你的路徑"

export path=$path:$cmake_home/bin儲存並退出,執行命令讓 cmake 環境檔案生效:

source /etc/profile
此時,再次檢視cmake版本,就已經是 3.14.5 了:

cmake -version
cmake 版本公升級完畢。

如果你的linux中無法執行cmake或make命令,可以按照如下命令安裝它

sudo apt-get install cmake g++ make

CentOS7公升級核心

步驟1 載入公鑰 步驟2 安裝elrepo 步驟3 載入elrepo kernel元資料 步驟4 檢視可用的rpm包 步驟5 安裝最新版本的kernel yum disablerepo enablerepo elrepo kernel install y kernel ml.x86 64 步驟6 重...

centos7公升級核心

檢視當前系統核心版本 uname r 匯入elpepo倉庫公共金鑰 rpm import如有報錯資訊 curl 35 peer reports incompatible or unsupported protocol version 先執行 yum update y nss curl libcurl...

centos7公升級pip版本

但是pip沒有設定的話,其實使用的指向還是python2的 那麼我們要公升級pip的話首先要把pip指向python 進入usr bin目錄 cd usr bin 檢視pip字首的檔案 ll pip 刪除pip檔案 rm pip 重新設定pip檔案 ln s usr local python3 bi...