Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- 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.
- Modify the Makefile file.
- Open Makefile.
vim Makefile
- Press i to enter the insert mode and modify line 17.
Before the modification:

After the modification:

- Open Makefile.
- Perform the compilation.
make -j make install
Parent topic: RepeatScout 1.0.6 Porting Guide (Kylin V10)