当前位置:网站首页>[solution] cmake was unable to find a build program corresponding to "UNIX makefiles"

[solution] cmake was unable to find a build program corresponding to "UNIX makefiles"

2022-06-26 02:48:00 qq_ twenty-nine million seven hundred and fifty thousand four h

I'm doing cmake The following error occurred during the test :

 Insert picture description here
After consulting the data , The reason for this problem is : 【 The current system is not installed make】, The reason may be that I am installing cmake Time to download the compiled version directly , Without native compilation , Run the following command :

sudo apt-get install make

 Insert picture description here
Installation successful , Run again cmake command , The output is normal , Perfect solution !
 Insert picture description here

原网站

版权声明
本文为[qq_ twenty-nine million seven hundred and fifty thousand four h]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206260146537729.html