From ec3ca2dc639293941d82e40e6d73f9de6b51c5e7 Mon Sep 17 00:00:00 2001 From: Zero King Date: Tue, 19 May 2020 17:34:41 +0800 Subject: [PATCH] docs: update CentOS build dependencies (#539) --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 761e651..07ea5b2 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -40,7 +40,7 @@ sudo apt-get install default-jre netcat ``` For CentOS: ``` -yum -y install cmake boost-devel libaio-devel snappy-devel bzip2-devel lz4-devel automake libtool patch unzip openssl-devel python-devel libzstd-devel +yum -y install cmake boost-devel libaio-devel snappy-devel bzip2-devel zlib-devel lz4-devel automake libtool patch unzip openssl-devel python-devel libzstd-devel ``` Zstd may not available in the default EPEL. To install the EPEL repository on CentOS-7/6, simply type: ``` -- GitLab