Centos安装编译环境

前端之家收集整理的这篇文章主要介绍了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,等等。

原文链接:https://www.f2er.com/centos/375158.html

猜你在找的CentOS相关文章