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 main program installation directory.
    cd /path/to/EXONERATE
  3. Decompress the installation package.
    tar -xvf exonerate_2.4.0.orig.tar.gz
  4. Perform the compilation and installation.
    ./configure --build=aarch-unknown-linux-gnu --prefix=/path/to/EXONERATE
    make