执行 ./bootstrap 报错
报错问题解决办法
执行 ./bootstrap 报错ubuntu新手最近在安装cmake时总是出错【安装参考以下帖子】,找到了解决办法。
参考帖子:https://www.cnblogs.com/yanqingyang/p/12731855.html
Error when bootstrapping CMake:
Cannot find appropriate Makefile processor on this system.
Please specify one using environment variable MAKE
解决办法
在解压完的文件夹里打开终端,输入:
sudo apt-get install build-essential
解决问题



