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

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the installation directory of the main program.
    cd /path/to/CDHIT
  3. Decompress the installation package.
    tar -xvf V4.8.1.tar.gz
  4. Go to the directory generated after the decompression.
    cd cdhit-4.8.1
  5. Modify the configuration file.
    sed -i "1,3s/g++/clang/g" Makefile
  6. Perform the compilation and installation.
    make