From 30eb1f4382b61b47a0b90fe9042165e594745ec2 Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Sat, 21 Mar 2020 00:08:55 +0000 Subject: [PATCH] docs: add zlib1g-dev as dependency --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 778084b..828a1fc 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Notice: git submodules are used so make sure to clone this repository recursivel * boost filesystem * boost program-options * libssl +* zlib1g ```bash @@ -24,7 +25,8 @@ depend="libboost-chrono-dev \ libboost-program-options-dev \ libboost-system-dev \ libboost-thread-dev \ - libssl-dev" + libssl-dev \ + zlib1g-dev" kernel=`uname -a` case "$kernel" in