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

Installing Exonerate

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the source package.
    tar zxvf exonerate-2.2.0.tar.gz
  3. Go to the directory generated after the decompression.
    cd exonerate-2.2.0
  4. Perform the compilation and installation.
    ./configure --prefix=/path/to/exonerate --build=aarch64-unknown-linux-gnu LIBS=-lglib
    make
    make install
  5. Load the environment variable.
    export PATH=/path/to/exonerate/bin:$PATH