Saturday, November 24, 2007

Compiling packages from source on Ubuntu

A default Ubuntu install doesn't come with many compiling tools like GCC, G++, libc6-dev, and Make that you need to compile programs from source. To get all those packages, type in:

sudo apt-get install build-essential

You will need the Ubuntu CD for this.

No comments: