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

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the installation directory and decompress the installation package.
    cd /path/to/RepeatScout
    tar -xvf RepeatScout-1.0.6.tar.gz
    cd RepeatScout-1.0.6.
  3. Modify the Makefile file.
    1. Open Makefile.
      vim Makefile
    2. Press i to enter the insert mode and modify line 17.

      Before the modification:

      After the modification:

  4. Perform the compilation.
    make -j
    make install