Archive

Archive for the ‘cc’ Category

CentOS install gcc/c/c++

December 25, 2011 Leave a comment

Under CentOS 6

1. Install with internet connection

# yum groupinstall 'Development Tools'

2. Install with local DVD

# yum --enablerepo=c6-media groupinstall Development Tools'

3. Kernel heads should be installed sometimes

# yum install kernel-devel*

Categories: cc