mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
docs: add zlib1g-dev as dependency
This commit is contained in:
parent
84dcb08ff0
commit
30eb1f4382
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue