vais-ral / CCPi-VirtualMachine

Set of scripts and configuration to prepare VM based on Scientific Linux 7 from scratch with CCPi from binaries or source codes.
MIT License
2 stars 2 forks source link

How to install devtoolset on CentOS machines #41

Open paskino opened 5 years ago

paskino commented 5 years ago

More than an issue this is a note.

Follow these instructions

https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/

# 1. Install a package with repository for your system:
# On CentOS, install package centos-release-scl available in CentOS repository:
sudo yum install centos-release-scl

# 2. Install the collection:
$ sudo yum install devtoolset-7

# 3. Start using software collections:
$ scl enable devtoolset-7 bash