Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling and Installing fastp

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the fastp installation package:
    tar -xvf fastp-0.20.1.tar.gz
  3. Run the following command to go to the directory generated after the decompression:
    cd fastp-0.20.1
  4. Run the following command to perform the compilation and installation:
    make -j 16
  5. Run the following command to set the environment variable:
    export PATH=/path/to/FASTP/fastp-0.20.1:$PATH