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

Commit c87d8c0

Browse files
authored
Add build reqs for older Debian-based distros
1 parent 70937bd commit c87d8c0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,18 @@ then it means you have the command in PATH.
165165

166166
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/)):
167167

168-
**Debian/Ubuntu**:
168+
**Debian 9/Ubuntu 18.04 or earlier**:
169+
170+
```bash
171+
sudo apt install libicu-dev libtinfo-dev libgmp-dev
172+
```
173+
174+
**Debian 10/Ubuntu 18.10 or later**:
169175

170176
```bash
171177
sudo apt install libicu-dev libncurses-dev libgmp-dev
172178
```
179+
173180
**Fedora**:
174181

175182
```bash

0 commit comments

Comments
 (0)