From 1567ab9aa9bee255add9f3b1e69adfcf23006ef4 Mon Sep 17 00:00:00 2001 From: Pere Lev Date: Wed, 31 Jan 2024 21:11:42 +0200 Subject: [PATCH] INSTALL.md: List libgmp in system dependencies --- INSTALL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6b0812c..0646930 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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