Browse Source

docs: add zlib1g-dev as dependency

pull/63/head
MDLeom 4 years ago
parent
commit
30eb1f4382
No known key found for this signature in database
GPG Key ID: 21EA847C35D6E034
  1. 4
      README.md

4
README.md

@ -15,6 +15,7 @@ Notice: git submodules are used so make sure to clone this repository recursivel @@ -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 \ @@ -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

Loading…
Cancel
Save