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