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

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the installation package.
    tar zxvf mafft-7.490-with-extensions-src.tgz
  3. Modify the Makefile file.
    cd mafft-7.490-with-extensions/core
  4. In the Makefile file, change CC = gcc to CC = clang.

  5. Perform the compilation and installation.
    make clean
    make