cd /path/to/MSMC wget http://mirrors.ustc.edu.cn/gnu/gsl/gsl-2.6.tar.gz
tar -xvf gsl-2.6.tar.gz cd gsl-2.6
./configure --prefix=/path/to/MSMC/gsl make -j make install