Skip to content

Commit d92ce00

Browse files
Shifu ChenShifu Chen
Shifu Chen
authored and
Shifu Chen
committed
update README
1 parent dfa7b8c commit d92ce00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ chmod a+x ./fastp
115115
`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.
116116

117117
### Step 1: install isa-l
118-
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
119-
`autoconf`, `automake`, `libtools`, `nasm (>=v2.11.01)` and `yasm (>=1.2.0)` are required to build this isa-l
118+
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
119+
`autoconf`, `automake`, `libtools`, `nasm (>=2.11.01)` and `yasm (>=1.2.0)` are required to build isa-l.
120120
```shell
121121
git clone https://github.com/intel/isa-l.git
122122
cd isa-l
@@ -127,7 +127,7 @@ sudo make install
127127
```
128128

129129
### step 2: install libdeflate
130-
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
130+
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
131131
```shell
132132
git clone https://github.com/ebiggers/libdeflate.git
133133
cd libdeflate

0 commit comments

Comments
 (0)