centos下执行make命令出错

centos下执行make命令出错

问题:

安装软件的时候,提示make: command not found

Centos中无法使用make,make install,命令 make: command not found

推荐教程:centos教程

解决方法:

AI Room Planner AI Room Planner

AI 室内设计工具,免费为您的房间提供上百种设计方案

AI Room Planner 136 查看详情 AI Room Planner

1、命令

yum -y install gcc automake autoconf libtool make

2、安装g++:

yum install gcc gcc-c++

相关视频教程推荐:linux视频教程

以上就是centos下执行make命令出错的详细内容,更多请关注其它相关文章!

本文转自网络,如有侵权请联系客服删除。