Compiling and Installing fastp
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the fastp installation package:
tar -xvf fastp-0.20.1.tar.gz
- Run the following command to go to the directory generated after the decompression:
cd fastp-0.20.1
- Run the following command to perform the compilation and installation:
make -j 16
- Run the following command to set the environment variable:
export PATH=/path/to/FASTP/fastp-0.20.1:$PATH
Parent topic: fastp Porting Guide (CentOS 7.6)