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.
Saturday, November 24, 2007
Compiling packages from source on Ubuntu
Posted by Boris Joffe at 12:39:00 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment