运维网's Archiver
论坛
›
Linux运维
› Centos中无法使用make命令
jgugugiug
发表于 2019-2-15 15:18:34
Centos中无法使用make命令
安装软件的时候,提示make: command not found
Centos中无法使用make,make install,命令 make: command not found
make是gcc的编译器,VPS买来必定要安装
安装:
yum -y install gcc automake autoconf libtool make
安装g++:
yum install gcc gcc-c++
页:
[1]
查看完整版本:
Centos中无法使用make命令