在旧版本centos上编译c++11的程序

run a c++ program with c++11 support in older CentOS machine

  1. 从extras安装Software Collections (SCL)
    yum install centos-release-scl-rh

  2. 安装devtoolset:
    yum install devtoolset-7-toolchain

  3. 使用devtoolset:
    scl enable devtoolset-7 bash

posted @ 2022-10-21 10:48  -chenyujie-  阅读(44)  评论(0编辑  收藏  举报