Skip to content

Commit cecb9e2

Browse files
fanquakeknst
authored andcommitted
Merge bitcoin#24586: doc: add more info to dependencies.md
abcb876 doc: add more info to dependencies.md (Pavol Rusnak) Pull request description: Follow-up to bitcoin#23565 I added more info to dependencies.md - especially links to `depends/packages/*.mk` files and link to PRs where used versions were bumped. Preview at: https://github.com/prusnak/bitcoin/blob/dependencies/doc/dependencies.md ACKs for top commit: fanquake: ACK abcb876 - I didn't click on or test all of the links, but this looks ok. Tree-SHA512: e91deb639afebeb37f7bf05dddad8f70547b51688e938a30692e59dbd7c9e49d52b7f9bfacb74ef60c98862b6f8f444199d0ae06973c42dc647314bc1ffc22d5
1 parent b34009c commit cecb9e2

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

doc/dependencies.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,41 @@ You can find installation instructions in the `build-*.md` file for your platfor
1515

1616
## Required
1717

18-
| Dependency | Version used | Minimum required | Runtime |
19-
| --- | --- | --- | --- |
20-
| [Boost](https://www.boost.org/users/download/) | 1.81.0 | [1.73.0](https://github.com/bitcoin/bitcoin/pull/29066) | No |
21-
| [libevent](https://github.com/libevent/libevent/releases) | 2.1.12-stable | [2.1.8](https://github.com/bitcoin/bitcoin/pull/24681) | No |
22-
| [glibc](https://www.gnu.org/software/libc/) | N/A | [2.31](https://github.com/bitcoin/bitcoin/pull/29987) | Yes |
18+
| Dependency | Releases | Version used | Minimum required | Runtime |
19+
| --- | --- | --- | --- | --- |
20+
| [Boost](../depends/packages/boost.mk) | [link](https://www.boost.org/users/download/) | 1.81.0 | [1.73.0](https://github.com/bitcoin/bitcoin/pull/29066) | No |
21+
| [libevent](../depends/packages/libevent.mk) | [link](https://github.com/libevent/libevent/releases) | [2.1.12-stable](https://github.com/bitcoin/bitcoin/pull/21991) | [2.1.8](https://github.com/bitcoin/bitcoin/pull/24681) | No |
22+
| glibc | [link](https://www.gnu.org/software/libc/) | N/A | [2.31](https://github.com/bitcoin/bitcoin/pull/29987) | Yes |
2323

2424
## Optional
2525

26-
| Dependency | Version used | Minimum required | Runtime |
27-
| --- | --- | --- | --- |
28-
| [libgmp](https://gmplib.org/download/gmp/)<sup>[ \* ](#note1)</sup> | 6.3.0 | [6.2.0](https://github.com/dashpay/bls-signatures/pull/92) | No |
26+
| Dependency | Releases | Version used | Minimum required | Runtime |
27+
| --- | --- | --- | --- | --- |
28+
| libgmp | [link](https://gmplib.org/download/gmp/)<sup>[ \* ](#note1)</sup> | 6.3.0 | [6.2.0](https://github.com/dashpay/bls-signatures/pull/92) | No |
2929

3030
### GUI
31-
| Dependency | Version used | Minimum required | Runtime |
32-
| --- | --- | --- | --- |
33-
| [Fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) | 2.12.6 | 2.6 | Yes |
34-
| [FreeType](https://freetype.org) | 2.11.0 | 2.3.0 | Yes |
35-
| [qrencode](https://fukuchi.org/works/qrencode/) | [4.1.1](https://fukuchi.org/works/qrencode) | | No |
36-
| [Qt](https://www.qt.io) | [5.15.13](https://download.qt.io/official_releases/qt/) | [5.11.3](https://github.com/bitcoin/bitcoin/pull/24132) | No |
31+
| Dependency | Releases | Version used | Minimum required | Runtime |
32+
| --- | --- | --- | --- | --- |
33+
| [Fontconfig](../depends/packages/fontconfig.mk) | [link](https://www.freedesktop.org/wiki/Software/fontconfig/) | [2.12.6](https://github.com/bitcoin/bitcoin/pull/23495) | 2.6 | Yes |
34+
| [FreeType](../depends/packages/freetype.mk) | [link](https://freetype.org) | [2.11.0](https://github.com/bitcoin/bitcoin/commit/01544dd78ccc0b0474571da854e27adef97137fb) | 2.3.0 | Yes |
35+
| [qrencode](../depends/packages/qrencode.mk) | [link](https://fukuchi.org/works/qrencode/) | [4.1.1](https://github.com/bitcoin/bitcoin/pull/27312) | | No |
36+
| [Qt](../depends/packages/qt.mk) | [link](https://download.qt.io/official_releases/qt/) | [5.15.3](https://github.com/bitcoin/bitcoin/pull/24668) | [5.11.3](https://github.com/bitcoin/bitcoin/pull/24132) | No |
3737

3838
### Networking
39-
| Dependency | Version used | Minimum required | Runtime |
40-
| --- | --- | --- | --- |
41-
| [libnatpmp](https://github.com/miniupnp/libnatpmp/) | commit [07004b9...](https://github.com/miniupnp/libnatpmp/tree/07004b97cf691774efebe70404cf22201e4d330d) | | No |
42-
| [MiniUPnPc](https://miniupnp.tuxfamily.org/) | 2.2.2 | 1.9 | No |
39+
| Dependency | Releases | Version used | Minimum required | Runtime |
40+
| --- | --- | --- | --- | --- |
41+
| [libnatpmp](../depends/packages/libnatpmp.mk) | [link](https://github.com/miniupnp/libnatpmp/) | commit [07004b9...](https://github.com/miniupnp/libnatpmp/tree/07004b97cf691774efebe70404cf22201e4d330d) | | No |
42+
| [MiniUPnPc](../depends/packages/miniupnpc.mk) | [link](https://miniupnp.tuxfamily.org/) | [2.2.2](https://github.com/bitcoin/bitcoin/pull/20421) | 1.9 | No |
4343

4444
### Notifications
45-
| Dependency | Version used | Minimum required | Runtime |
46-
| --- | --- | --- | --- |
47-
| [ZeroMQ](https://zeromq.org) | 4.3.5 | 4.0.0 | No |
45+
| Dependency | Releases | Version used | Minimum required | Runtime |
46+
| --- | --- | --- | --- | --- |
47+
| [ZeroMQ](../depends/packages/zeromq.mk) | [link](https://github.com/zeromq/libzmq/releases) | 4.3.5 | 4.0.0 | No |
4848

4949
### Wallet
50-
| Dependency | Version used | Minimum required | Runtime |
51-
| --- | --- | --- | --- |
52-
| [Berkeley DB](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) (legacy wallet) | 4.8.30 | 4.8.x | No |
53-
| [SQLite](https://sqlite.org) | 3.38.5 | [3.7.17](https://github.com/bitcoin/bitcoin/pull/19077) | No |
50+
| Dependency | Releases | Version used | Minimum required | Runtime |
51+
| --- | --- | --- | --- | --- |
52+
| [Berkeley DB](../depends/packages/bdb.mk) (legacy wallet) | [link](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) | 4.8.30 | 4.8.x | No |
53+
| [SQLite](../depends/packages/sqlite.mk) | [link](https://sqlite.org) | 3.38.5 | [3.7.17](https://github.com/bitcoin/bitcoin/pull/19077) | No |
5454

5555
<a name="note1">Note \*</a> : The minimum supported version on macOS is 6.3.0

0 commit comments

Comments
 (0)