centos安装make

CentOS 中无法使用make,make install 命令

提示错误:make: command not found

make是gcc的编译器,一定要安装

     1、安装:

yum -y install gcc automake autoconf libtool make

2、安装g++:

yum install gcc gcc-c++

  

posted @ 2019-04-28 19:08  我爱敲代码  阅读(12675)  评论(0编辑  收藏  举报