LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   C programing in Linux (https://www.linuxquestions.org/questions/linux-newbie-8/c-programing-in-linux-678947/)

umwai 10-25-2008 02:41 AM

C programing in Linux
 
what do we need to do C programming in Linux.(what are the exact packages, IDE's)

Mega Man X 10-25-2008 03:09 AM

Quote:

Originally Posted by umwai (Post 3321483)
what do we need to do C programming in Linux.(what are the exact packages, IDE's)

That would be the same on any OS: A compiler (gcc) and a simple text editor like gedit.

Since you are using Ubuntu, you can install the compiler and other tools with this command:

sudo apt-get install build-essential

If you want to use an IDE, please go to our programming section. There is a sticky there with suggestions for IDE's, free and/or open source.

-X

honeybadger 10-25-2008 04:05 AM

hi,

There is a HUGE list of IDEs with LQ

you can look them up at http://www.linuxquestions.org/questi...e-ides-469623/


All times are GMT -5. The time now is 08:23 AM.