Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to go to the Blastz directory:
cd /path/to/BLASTZ
- Run the following command to decompress the Blastz package:
tar -xvf blastz-2004-12-27.deprecated.tar.gz
- Run the following command to switch to the directory generated after decompression:
cd blastz-source
- Run the following command to modify the compilation parameters:
sed -i 's/CFLAGS= -O/CFLAGS= -O3 -march=armv8.2-a -mtune=tsv110 -flto/g' Makefile
- Run the following command to perform compilation and installation:
CC=`which gcc` make
- Run the following command to add the Blastz environment variables:
export PATH=/path/to/BLASTZ/blastz-source:$PATH
- Run the following command to test the Blastz environment:
blastz --help
If information similar to the following is displayed, the environment is normal:

Parent topic: Blastz 2004-12-27 Porting Guide (CentOS 7.6)