Installing GSL
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the installation package.
cd /path/to/MSMC wget http://mirrors.ustc.edu.cn/gnu/gsl/gsl-2.6.tar.gz
- Decompress the installation package and go to the directory generated after the decompression.
tar -xvf gsl-2.6.tar.gz cd gsl-2.6
- Perform the compilation.
./configure --prefix=/path/to/MSMC/gsl make -j make install
Parent topic: Configuring the Compilation Environment