centos 上的编译环境 在centos上有点软件没有在yum库里肿么办?只能拿源码安装了喽,但是centos里默认是没有编译环境的所以需要安装下下面这个东西 yum groupinstall Development tools 装好后就可以试着用编译的方式去安装软件了。