I have just installed Ubuntu 12.10, and I am new using Linux. What software do I need to install to do C-programming?
I am looking for a compiler and libraries. I'm not only new in Linux, but also in C as you can see. I've learned to install compiler using sudo apt-get install g++
. And "Hello world" works just fine. :)
I guess it contains all basic libraries, but how do I install additional ones? Especially I need grace
.
gedit
is there as an editor (and provides syntax highlighting) – Rinzwind Feb 28 '13 at 15:53