Skip to content

Instantly share code, notes, and snippets.

@sinefabula
sinefabula / install-build-system.sh
Created September 16, 2014 10:48
Script to install devtoolset-based environment on Scientific Linux 6.x or CentOS 6.x
#!/bin/sh
# This script is written for Scientific Linux 6.5 x64.
# Should also work for CentOS 6.5 (see below).
# It should be run as root (not sure whether sudo is fine also).
# boost version to install
boost_ver="1.55.0"
# This is only required with "Minimal" installation variant (for wget & scp).