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

Parent topic: EMBOSS 6.5.7 Porting Guide (CentOS 7.6)