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

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the source package directory.
    cd /path/to/MSMC
  3. Load the D compiler.
    source ~/dlang/ldc-1.30.0/activate
  4. Decompress the installation package.
    tar xvf v1.1.0.tar.gz
  5. Modify the configuration file.
    cd msmc-1.1.0
    sed -i "s/dmd/ldmd2/g" Makefile
    sed -i "2s/usr\/lib/path\/to\/MSMC\/gsl/g" Makefile
  6. Perform the compilation.
    make