首页 > 代码库 > CentOS Linux Install Core Development

CentOS Linux Install Core Development

How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?
you can following the nest line do ,install almost all development tools:
Open termianl or login over ssh session and type the following command as root user:


# yum groupinstall ‘Development Tools‘