centos下执行make命令出错

问题:
安装软件的时候,提示make: command not found
Centos中无法使用make,make install,命令 make: command not found
推荐教程:centos教程
解决方法:
AI Room Planner
AI 室内设计工具,免费为您的房间提供上百种设计方案
136
查看详情
1、命令
yum -y install gcc automake autoconf libtool make
2、安装g++:
yum install gcc gcc-c++
相关视频
教程推荐:linux视频教程
以上就是centos下执行make命令出错的详细内容,更多请关注其它相关文章!
