Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 91a9aa1

Browse files
authored
Update README.md
I guess in most cases zlib is installed by default, but in case it is not, build would failed as digest depends on it.
1 parent 11ed2ed commit 91a9aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ sudo apt install libicu-dev libtinfo-dev libgmp-dev
168168
**Fedora**:
169169

170170
```bash
171-
sudo dnf install libicu-devel ncurses-devel
171+
sudo dnf install libicu-devel ncurses-devel # also zlib-devel if not already installed
172172
```
173173

174174
#### Windows-specific pre-requirements

0 commit comments

Comments
 (0)