Skip to content

Commit 1a01a5d

Browse files
committed
doc: Update zlib info in dependencies.md
1 parent e0bc27a commit 1a01a5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/dependencies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
2626
| XCB | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) (Linux only) |
2727
| xkbcommon | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) (Linux only) |
2828
| ZeroMQ | [4.3.1](https://github.com/zeromq/libzmq/releases) | 4.0.0 | No | | |
29-
| zlib | [1.2.11](https://zlib.net/) | | | | No |
29+
| zlib | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) |
3030

3131
Controlling dependencies
3232
------------------------
@@ -43,3 +43,4 @@ Some dependencies are not needed in all configurations. The following are some f
4343

4444
#### Other
4545
* librsvg is only needed if you need to run `make deploy` on (cross-compilation to) macOS.
46+
* Not-Qt-bundled zlib is required to build the [DMG tool](../contrib/macdeploy/README.md#deterministic-macos-dmg-notes) from the libdmg-hfsplus project.

0 commit comments

Comments
 (0)