LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to run and compile C++ programs in fedora (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-run-and-compile-c-programs-in-fedora-738119/)

another 1 07-06-2009 01:32 PM

how to run and compile C++ programs in fedora
 
hi. i want to write and compile programms written in
C++ in fedora platform. i tried KDevelop,but i couldn't find how to compile the written program. how to compile the progam in Kdevelop, or is there any other compiler?

harry edwards 07-06-2009 03:29 PM

You will need gcc-c++ installed; this can be installed using yum i.e.

Code:

yum install gcc-c++

John VV 07-06-2009 03:45 PM

or better yet for kde
Code:

yum groupinstall "Development Libraries" "Development Tools" "KDE Software Development" "Legacy Software Development" "System Tools" "Fedora Eclipse"


All times are GMT -5. The time now is 01:00 AM.