Rate This Document
Findability
Accuracy
Completeness
Readability

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