Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the source package.
    tar -zxvf EMBOSS-6.5.7.tar.gz
  3. Perform compilation and installation.
    cd EMBOSS-6.5.7/
    ./configure --prefix=/opt/EMBOSS --build=aarch64-unknown-linux-gnu
    make -j 8
    make install
  4. Verify the result.
    cd /opt/EMBOSS/bin
    ./embossversion