Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to go to the Blastz directory:

    cd /path/to/BLASTZ

  3. Run the following command to decompress the Blastz package:

    tar -xvf blastz-2004-12-27.deprecated.tar.gz

  4. Run the following command to switch to the directory generated after decompression:

    cd blastz-source

  5. 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

  6. Run the following command to perform compilation and installation:

    CC=`which gcc` make

  7. Run the following command to add the Blastz environment variables:

    export PATH=/path/to/BLASTZ/blastz-source:$PATH

  8. Run the following command to test the Blastz environment:

    blastz --help

    If information similar to the following is displayed, the environment is normal: