Merge pull request #1787 from JohnTasto/patch-1

Update README.md adding zlib1g-dev as ubuntu 20.04 required lib
This commit is contained in:
Javier Neira 2020-06-16 06:56:28 +02:00 committed by GitHub
commit a9005b2ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ sudo apt install libicu-dev libtinfo-dev libgmp-dev
**Debian 10/Ubuntu 18.10 or later**:
```bash
sudo apt install libicu-dev libncurses-dev libgmp-dev
sudo apt install libicu-dev libncurses-dev libgmp-dev # also zlib1g-dev if not installed
```
**Fedora**: