CMAKE安装遇到的问题cannot find propriate Makefile Processor

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)真揪心