Missing library dependency

Without zlib1g-dev the build process fails.
This commit is contained in:
Gergely Mészáros
2020-09-28 10:10:34 -05:00
committed by steve-chavez
parent 57200320c3
commit 32173bed4d
+1 -1
View File
@@ -15,7 +15,7 @@ To help with development, you'll need to build from source. `Stack <https://gith
===================== =======================================
Operating System Dependencies
===================== =======================================
Ubuntu/Debian libpq-dev, libgmp-dev
Ubuntu/Debian libpq-dev, libgmp-dev, zlib1g-dev
CentOS/Fedora/Red Hat postgresql-devel, zlib-devel, gmp-devel
BSD postgresql95-client
OS X libpq, gmp