Friday, April 20, 2012

Easy way to install gcc-4.6 on Ubuntu 10.04


sudo apt-add-repository ppa:ubuntu-toolchain-r/test/ubuntu
sudo apt-get update
sudo apt-get install gcc-4.6
sudo apt-get install g++-4.6


From here. The alternative is to download gcc sources and install like this

No comments: