Ubuntu 13.04 安装 GCC 4.8.1
终于有了完整实现C++11的GCC 4.8.1.给自己的系统升级吧。下面的步骤可以在Ubuntu 13.04下安装GCC 4.8.1,sudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo update-alternatives --remove-all gcc sudo update-alternatives --remove-all g++sudo apt-get install gcc-4.8s...