From 704b0550f5b9ac3a26da77f2156816847680d543 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Fri, 23 Aug 2019 04:26:50 +0000 Subject: [PATCH] INSTALL.md: List libpcre as a system dep --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 3ca77da..8118e6a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,10 +16,11 @@ building, and let me know. - PostgreSQL client library - ZLib - libssl +- libpcre On Debian based distros, installation can be done like this: - $ sudo apt install libpq-dev zlib1g-dev libssl-dev + $ sudo apt install libpq-dev zlib1g-dev libssl-dev libpcre3-dev # (2) The Stack build tool