cd /path/to/GSL && tar -zxf gsl-2.5.0.tar.gz
cd gsl-2.5.0
mkdir build cd build ../configure --prefix=/path/to/GSL make -j 32 make install