This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: installing GCC


The desktop CD of Ubuntu contains the package build-essential.

While having the CD in the CD drive, open a terminal and

sudo apt-get install build-essential

This will install GCC for many languages (C, C++, ...) and other
essential tools (make, ...) to build programs.

Florent


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]