安裝軟件的時候,提示make: command not foundCentos中沒法使用make,make install,命令 make: command not foundc++
make是gcc的編譯器,VPS買來一定要安裝ide
安裝:編譯器 yum -y install gcc automake autoconf libtool makeit 安裝g++:編譯 yum install gcc gcc-c++class
安裝:編譯器
yum -y install gcc automake autoconf libtool makeit
安裝g++:編譯
yum install gcc gcc-c++class