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

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