Skip to content

Commit bf7c22f

Browse files
committed
Merge #21435: doc: Update dependencies.md
bb3f79f doc: Update libnatpmp info in dependencies.md (Hennadii Stepanov) 1a01a5d doc: Update zlib info in dependencies.md (Hennadii Stepanov) Pull request description: Update docs according to the recent changes in the code: - #21209 (zlib) - #21376 (libnatpmp) ACKs for top commit: fanquake: ACK bb3f79f - thanks for keeping this updated. Tree-SHA512: 48350ad07700aa071ad6c34e4c161aaadc050488fc068cf478e9781d632828187962a4384c1b67c2344145a2c00c3e16cddd09259130af8e9e86cd76cd32900d
2 parents d6e3ac8 + bb3f79f commit bf7c22f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/dependencies.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
1414
| GCC | | [7+](https://gcc.gnu.org/) (C++17 support) | | | |
1515
| HarfBuzz-NG | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) |
1616
| libevent | [2.1.11-stable](https://github.com/libevent/libevent/releases) | [2.0.21](https://github.com/bitcoin/bitcoin/pull/18676) | No | | |
17-
| libnatpmp | [20150609](https://miniupnp.tuxfamily.org/files) | | No | | |
17+
| libnatpmp | git commit [4536032...](https://github.com/miniupnp/libnatpmp/tree/4536032ae32268a45c073a4d5e91bbab4534773a) | | No | | |
1818
| libpng | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) |
1919
| librsvg | | | | | |
2020
| MiniUPnPc | [2.0.20180203](https://miniupnp.tuxfamily.org/files) | | No | | |
@@ -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)