在社區中SCL 由Centos 項目進行維護,所以我們使用CentOS 7 SCL源。CentOS SCL中提供了devtoolset-7-gcc-c++,版本正好為 gcc version 7.3.1 20180303 (Red Hat 7.3.1-5) (GCC) 首先需要下載CentOS 7 ...
在社區中SCL 由Centos 項目進行維護,所以我們使用CentOS 7 SCL源。CentOS SCL中提供了devtoolset-7-gcc-c++,版本正好為 gcc version 7.3.1 20180303 (Red Hat 7.3.1-5) (GCC)
首先需要下載CentOS 7 SCL源CentOS-SCL-el7.tar.gz,這裡提供百度雲和Google Drive的地址。
下載後解壓,將其中的repo文件和key文件複製到/etc/目錄下:
sudo cp ./etc/* /etc -rf
安裝devtoolset-7-gcc-c++
sudo dnf install devtoolset-7-gcc-c++
安裝完畢後,若要在當前控制台使用gcc 7.3,使用命令
scl enable devtoolset-7 bash
更多關於scl的用法,可以參考 scl -help。若系統沒有安裝scl,使用 sudo dnf install scl即可
參考鏈接:
https://blog.csdn.net/u010158659/article/details/53608285
http://blog.51cto.com/hashlinux/1772066
https://www.softwarecollections.org/en/docs/
https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/
http://mirror.centos.org/centos/7/sclo/x86_64/rh/
保持更新,轉載請註明出處。