INSTALL.md: List libgmp in system dependencies

This commit is contained in:
Pere Lev 2024-01-31 21:11:42 +02:00
parent ab786eb67c
commit 1567ab9aa9
No known key found for this signature in database
GPG key ID: 5252C5C863E5E57D

View file

@ -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