zoukankan      html  css  js  c++  java
  • Ubuntu16.04 安装g++6

    https://blog.csdn.net/qq_34877350/article/details/81182022

    1.安装gcc-6:

    sudo apt-get update && 
    sudo apt-get install build-essential software-properties-common -y && 
    sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && 
    sudo apt-get update && 
    sudo apt-get install gcc-snapshot -y && 
    sudo apt-get update && 
    sudo apt-get install gcc-6 g++-6 -y && 
    sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6 
    少壮不识cpp,老大方知cpp可怕
  • 相关阅读:
    bzoj3996
    bzoj3157 3516
    bzoj1937
    bzoj1532
    bzoj3572
    bzoj1453
    bzoj3205
    bzoj2595
    关于高斯消元解决xor问题的总结
    linux查找和替换命令
  • 原文地址:https://www.cnblogs.com/Jacket-K/p/9830548.html
Copyright © 2011-2022 走看看