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

Commit 3dc4f6d

Browse files
authored
Merge pull request #1000 from tmciver/readme-fix
Had to also install libgmp-dev on Ubuntu 18.04.
2 parents f1280dd + d67ebf2 commit 3dc4f6d

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
@@ -111,7 +111,7 @@ On Linux you will need install a couple of extra libraries (for Unicode ([ICU](h
111111
**Debian/Ubuntu**:
112112

113113
```bash
114-
sudo apt install libicu-dev libtinfo-dev
114+
sudo apt install libicu-dev libtinfo-dev libgmp-dev
115115
```
116116
**Fedora**:
117117

0 commit comments

Comments
 (0)