INSTALL.md: List libgmp in system dependencies
This commit is contained in:
parent
ab786eb67c
commit
1567ab9aa9
1 changed files with 4 additions and 3 deletions
|
@ -23,14 +23,15 @@ inform you. But it's still nice to have a list here. The list below isn't a
|
|||
complete list, it's just libraries that people have found missing while
|
||||
building, and let me know.
|
||||
|
||||
- PostgreSQL client library
|
||||
- libgmp
|
||||
- libpcre
|
||||
- ZLib
|
||||
- libssl
|
||||
- libpcre
|
||||
- PostgreSQL client library
|
||||
|
||||
On Debian based distros, installation can be done like this:
|
||||
|
||||
$ sudo apt install libpq-dev zlib1g-dev libssl-dev libpcre3-dev
|
||||
$ sudo apt install libpq-dev zlib1g-dev libssl-dev libpcre3-dev libgmp-dev
|
||||
|
||||
# (2) Haskell development tools
|
||||
|
||||
|
|
Loading…
Reference in a new issue