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

Commit b8c99d1

Browse files
authored
Merge pull request #1485 from leifmetcalf/patch-1
Update Ubuntu dependency
2 parents d36f5c0 + c87d8c0 commit b8c99d1

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**:
169169

170170
```bash
171171
sudo apt install libicu-dev libtinfo-dev libgmp-dev
172172
```
173+
174+
**Debian 10/Ubuntu 18.10 or later**:
175+
176+
```bash
177+
sudo apt install libicu-dev libncurses-dev libgmp-dev
178+
```
179+
173180
**Fedora**:
174181

175182
```bash

0 commit comments

Comments
 (0)