From 70937bd54f84662c91d39bf1156872b3381c3543 Mon Sep 17 00:00:00 2001 From: Leif Metcalf Date: Sat, 21 Dec 2019 13:23:26 +1300 Subject: [PATCH 1/2] Update Ubuntu dependency libtinfo-dev has been replaced by libncurses-dev since Ubuntu 18.10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1729ba00c..268e3002b 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ On Linux you will need install a couple of extra libraries (for Unicode ([ICU](h **Debian/Ubuntu**: ```bash -sudo apt install libicu-dev libtinfo-dev libgmp-dev +sudo apt install libicu-dev libncurses-dev libgmp-dev ``` **Fedora**: From c87d8c00c236e17e7374475002761c05ddfeb1b2 Mon Sep 17 00:00:00 2001 From: Leif Metcalf Date: Sun, 22 Dec 2019 08:13:02 +1300 Subject: [PATCH 2/2] Add build reqs for older Debian-based distros --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 268e3002b..8e8cfc446 100644 --- a/README.md +++ b/README.md @@ -165,11 +165,18 @@ then it means you have the command in PATH. 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/)): -**Debian/Ubuntu**: +**Debian 9/Ubuntu 18.04 or earlier**: + +```bash +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 ``` + **Fedora**: ```bash