Install gcc

From Linuxintro
Revision as of 20:11, 6 February 2012 by imported>ThorstenStaerk (CentOs 6)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In order to compile software you will need a compiler installed on your system. gcc is one. To install it,

and proceed depending on your distribution.

SUSE

To install with SUSE,

yast -i gcc-c++

CentOs 6

To install with CentOs 6,

yum install gcc-c++

See also