Results 1 to 6 of 6
Hi I just installed fedora 14. And now i need to start programming in C++. Should I download G++ 4.5 if so ?? how can i do that ?? Any ...
- 02-08-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 14
[SOLVED] Install G++ 4.5 ?? Should I download or what
Hi I just installed fedora 14. And now i need to start programming in C++. Should I download G++ 4.5 if so ?? how can i do that ?? Any idea would be appreciated
- 02-08-2011 #2Just Joined!
- Join Date
- Dec 2009
- Location
- Maryland, USA
- Posts
- 83
If you have a software installation manager, look for and install GCC, which stands for Gnu Compiler Collection. It will include g++ and other things.
- 02-08-2011 #3
This will give you all the basics you need.
Code:su - yum groupinstall "Development Tools"
- 02-08-2011 #4Just Joined!
- Join Date
- Feb 2011
- Posts
- 14
Good sign
Thanks just used
yum groupinstall "Development Tools"
and its downloading...
Any idea what its downloading ?? and what next ??
- 02-08-2011 #5Just Joined!
- Join Date
- Feb 2011
- Posts
- 14
Transaction Summary
================
Install 76 Packages
Upgade 7 Packages
Total download size =120MB
is this okay[y/n]
I chose y
Could you tell me what to do next ??
- 02-08-2011 #6Will tell you what all is in the group.Code:
yum groupinfo “Development Tools”
I would say yes, assuming you indeed want to download and install all the basic programming/development tools.


