Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just 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.

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    This will give you all the basics you need.

    Code:
    su -
    yum groupinstall "Development Tools"

  4. #4
    Just 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 ??

  5. #5
    Just 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 ??

  6. #6
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Code:
    yum groupinfo “Development Tools”
    Will tell you what all is in the group.

    I would say yes, assuming you indeed want to download and install all the basic programming/development tools.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...