我要评分
获取效率
正确性
完整性
易理解

Installing GSL

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the installation package.
    cd /path/to/MSMC
    wget http://mirrors.ustc.edu.cn/gnu/gsl/gsl-2.6.tar.gz
  3. Decompress the installation package and go to the directory generated after the decompression.
    tar -xvf gsl-2.6.tar.gz
    cd gsl-2.6
  4. Perform the compilation.
    ./configure --prefix=/path/to/MSMC/gsl
    make -j
    make install