From d92ce000a11c5a94d32b60771a8ecfd8c4b69f2c Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Sun, 22 Sep 2024 08:12:17 +0800 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd0142a..2404781 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ chmod a+x ./fastp `fastp` depends on `libdeflate` and `libisal`, while `libisal` is not compatible with gcc 4.8. If you use gcc 4.8, your fastp will fail to run. Please upgrade your gcc before you build the libraries and fastp. ### Step 1: install isa-l -It's recommended that to install it using your package manager, for example `apt install isa-l` on ubuntu, or `brew install isa-l` on Mac. Otherwise you can compile isa-l from source. Please be noted that `isa-l` is not compatible with gcc 4.8 or older versions. See https://github.com/intel/isa-l -`autoconf`, `automake`, `libtools`, `nasm (>=v2.11.01)` and `yasm (>=1.2.0)` are required to build this isa-l +It's recommended that to install it using your package manager, for example `apt install isa-l` on ubuntu, or `brew install isa-l` on Mac. Otherwise you can compile it from source. Please be noted that `isa-l` is not compatible with gcc 4.8 or older versions. See https://github.com/intel/isa-l +`autoconf`, `automake`, `libtools`, `nasm (>=2.11.01)` and `yasm (>=1.2.0)` are required to build isa-l. ```shell git clone https://github.com/intel/isa-l.git cd isa-l @@ -127,7 +127,7 @@ sudo make install ``` ### step 2: install libdeflate -It's recommended that to install it using your package manager, for example `apt install libdeflate` on ubuntu, or `brew install libdeflate` on Mac. Otherwise you can compile isa-l from source. See https://github.com/ebiggers/libdeflate +It's recommended that to install it using your package manager, for example `apt install libdeflate` on ubuntu, or `brew install libdeflate` on Mac. Otherwise you can compile it from source. See https://github.com/ebiggers/libdeflate ```shell git clone https://github.com/ebiggers/libdeflate.git cd libdeflate