CMAKE安装遇到的问题cannot find propriate Makefile Processor
Error when bootstrapping CMake: cannot find propriate Makefile Processor on this system。后面又遇到了 could not find OpenSSL , try to set the path to OpenSSL问题
·
LInux下的cmake安装问题
装cmake遇到了这个错误 Error when bootstrapping CMake: cannot find propriate Makefile Processor on this system
解决方法:
前提是先装好g++和gcc
sudo apt install build-essential
后面又遇到了 could not find OpenSSL , try to set the path to OpenSSL这个问题 ,但是我已经安装了OpenSSL
解决方法:
sudo apt install libssl-dev
最后安装成功(耗时1h)真揪心
昇腾计算产业是基于昇腾系列(HUAWEI Ascend)处理器和基础软件构建的全栈 AI计算基础设施、行业应用及服务,https://devpress.csdn.net/organization/setting/general/146749包括昇腾系列处理器、系列硬件、CANN、AI计算框架、应用使能、开发工具链、管理运维工具、行业应用及服务等全产业链
更多推荐


所有评论(0)