Missing library dependency
Without zlib1g-dev the build process fails.
This commit is contained in:
committed by
steve-chavez
parent
57200320c3
commit
32173bed4d
+1
-1
@@ -15,7 +15,7 @@ To help with development, you'll need to build from source. `Stack <https://gith
|
|||||||
===================== =======================================
|
===================== =======================================
|
||||||
Operating System Dependencies
|
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
|
CentOS/Fedora/Red Hat postgresql-devel, zlib-devel, gmp-devel
|
||||||
BSD postgresql95-client
|
BSD postgresql95-client
|
||||||
OS X libpq, gmp
|
OS X libpq, gmp
|
||||||
|
|||||||
Reference in New Issue
Block a user