一般的c和c++代码编译方法
2020-12-15 本文已影响0人
less_sleep
yum -y install make automake libtool pkgconfig libaio-devel
./autogen.sh
./configure
make -j7
make install
yum -y install make automake libtool pkgconfig libaio-devel
./autogen.sh
./configure
make -j7
make install