Centos安装编译环境

sudo yum groupinstall "Development Tools"


该命令类似于 Ubuntu 下的apt-get install build-essential会自动安装一下软件包autoconf automake bison byacc cscope ctags diffstat doxygen flex gcc gcc-c++ gcc-gfortran git indent intltool libtool patchutils rcs redhat-rpm-config rpm-build subversion swig systemtap同时安装了以下依赖包apr, apr-util, 等等。

你可能感兴趣的:(linux)