Wednesday, October 20, 2010

Getting gcc on an Ubuntu Server

https://help.ubuntu.com/community/CompilingSoftware

Using the following 3 apt-get commands.

 sudo apt-get install build-essential

 sudo apt-get install automake

 sudo apt-get install checkinstall








No comments: