Sunday, August 1, 2010

How to Install C and C++ Compilers in Ubuntu

If you are a developer you need C and C++ Compiler for your development work.In ubuntu you can install the build-essential for C and C++ compilers.

Install C and C++ Compilers in Ubuntu

sudo aptitude install build-essential

This will install all the required packages for C and C++ compilers

A good gui is geany in ubuntu.

0 comments:

Post a Comment