Install “build-essential” on RHEL/CentOS and OpenSolaris

If you want to be able to compile packages in debain/ubunutu, you can issue the following command:


apt-get install build-essential

 

Red Hat

If you want to be able to compile packages in red hat/centos, you can issue the following command:


yum install make gcc gcc-c++ kernel-devel

…or, if you don’t care about maintaining a small footprint, you can get all of the development packages (including X devs—eww):


yum groupinstall "Development Tools"

build-essential 

在 redahat 企业版(Red Hat Enterprise Linux Server release 6.3 (Santiago))上的安装


版权声明:本文为changemyself原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。