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

Commit 70937bd

Browse files
authored
Update Ubuntu dependency
libtinfo-dev has been replaced by libncurses-dev since Ubuntu 18.10
1 parent d80618a commit 70937bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ On Linux you will need install a couple of extra libraries (for Unicode ([ICU](h
168168
**Debian/Ubuntu**:
169169

170170
```bash
171-
sudo apt install libicu-dev libtinfo-dev libgmp-dev
171+
sudo apt install libicu-dev libncurses-dev libgmp-dev
172172
```
173173
**Fedora**:
174174

0 commit comments

Comments
 (0)