赞
踩
CMake Error: Could not find CMAKE_ROOT !!!
CMake has most likely not been installed correctly.
Modules directory not found in
/usr/bin
段错误 (核心已转储)
could not find CMAKE_ROOT!!!的错误提示就是其他;就这样一直在卸载与安装中不断地反复的恶性循环,经过不停息的查资料,最终解决了这个问题;下面将我解决问题的每个步骤一一列举出来,供大家参考,相互学习;(1) 步 : sudo apt-get remove cmake cmake-data 卸载 cmake-data包的东西一起删掉
(2)步:sudo -E add-apt-repository -y ppa:george-edison55/cmake-3.x(ppa 源中的版本修改)
(3)步:sudo -E apt-get update
(4)步:sudo apt-get install cmake
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。