diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-14 13:06:19 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-14 13:13:13 +0200 |
commit | 1a01a5dc8dfaed036f66b06c502dd86fe41868af (patch) | |
tree | aad79e982e9911e1dbb570aedcf85bc90bad0c1e /doc/dependencies.md | |
parent | e0bc27a14ceb18bfe3dd9ebdae6bef447c4ec922 (diff) |
doc: Update zlib info in dependencies.md
Diffstat (limited to 'doc/dependencies.md')
-rw-r--r-- | doc/dependencies.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dependencies.md b/doc/dependencies.md index 159c6bcc28..a8ec1ef042 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -26,7 +26,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct | XCB | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) (Linux only) | | xkbcommon | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) (Linux only) | | ZeroMQ | [4.3.1](https://github.com/zeromq/libzmq/releases) | 4.0.0 | No | | | -| zlib | [1.2.11](https://zlib.net/) | | | | No | +| zlib | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) | Controlling dependencies ------------------------ @@ -43,3 +43,4 @@ Some dependencies are not needed in all configurations. The following are some f #### Other * librsvg is only needed if you need to run `make deploy` on (cross-compilation to) macOS. +* Not-Qt-bundled zlib is required to build the [DMG tool](../contrib/macdeploy/README.md#deterministic-macos-dmg-notes) from the libdmg-hfsplus project. |