Difference between revisions of "Install gcc"
From Linuxintro
imported>ThorstenStaerk (Created page with "In order to compile software you will need a compiler installed on your system. gcc is one. To install it, * find out your distribution and proceed depending on you...") |
imported>ThorstenStaerk (CentOs 6) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | In order to [[compile software]] you will need a [[ | + | In order to [[compile software]] you will need a compiler [[install]]ed on your system. gcc is one. To install it, |
* [[find out your distribution]] | * [[find out your distribution]] | ||
Line 6: | Line 6: | ||
= SUSE = | = SUSE = | ||
− | To install | + | To install with SUSE, |
* [[open a console]] and issue | * [[open a console]] and issue | ||
yast -i gcc-c++ | yast -i gcc-c++ | ||
+ | |||
+ | = CentOs 6 = | ||
+ | To install with CentOs 6, | ||
+ | |||
+ | * [[open a console]] and issue | ||
+ | yum install gcc-c++ | ||
= See also = | = See also = |
Latest revision as of 20:11, 6 February 2012
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,
- open a console and issue
yast -i gcc-c++
CentOs 6
To install with CentOs 6,
- open a console and issue
yum install gcc-c++