Skip to content

Commit 79260d9

Browse files
authored
Merge pull request #134 from Sir4ur0n/doc/zlibReadme
Add zlibc to readme
2 parents 28150bc + 194bf66 commit 79260d9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,27 @@ then it means you have the command in PATH.
5353

5454
#### Linux-specific pre-requirements
5555

56-
On Linux you will need install a couple of extra libraries (for Unicode ([ICU](http://site.icu-project.org/)) and [NCURSES](https://www.gnu.org/software/ncurses/)):
56+
On Linux you will need install a couple of extra libraries:
57+
- [Unicode (ICU)](http://site.icu-project.org/)
58+
- [NCURSES](https://www.gnu.org/software/ncurses/)
59+
- [Zlib](https://zlib.net/)
5760

5861
**Debian 9/Ubuntu 18.04 or earlier**:
5962

6063
```bash
61-
sudo apt install libicu-dev libtinfo-dev libgmp-dev
64+
sudo apt install libicu-dev libtinfo-dev libgmp-dev zlib1g-dev
6265
```
6366

6467
**Debian 10/Ubuntu 18.10 or later**:
6568

6669
```bash
67-
sudo apt install libicu-dev libncurses-dev libgmp-dev
70+
sudo apt install libicu-dev libncurses-dev libgmp-dev zlib1g-dev
6871
```
6972

7073
**Fedora**:
7174

7275
```bash
73-
sudo dnf install libicu-devel ncurses-devel # also zlib-devel if not already installed
76+
sudo dnf install libicu-devel ncurses-devel zlib-devel
7477
```
7578

7679
#### Windows-specific pre-requirements

0 commit comments

Comments
 (0)