You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove the "Version used" column from the dependencies tables as the
depends package definition which defines the version used is already
linked. In case a developer is interested in which PR introduced this
file/version they can use `git blame` on the package definition as
usual. This removes doc. maintenance overhead and eliminates the risk
of stale information about the "Version used", see comment:
bitcoin/bitcoin#31895 (comment)
- Separate dependency tables into build-time and run-time tables for
easier distinction of the two and to avoid repeating the same
information ("No"/"Yes") for better readability.
- Order dependencies alphabetically
Copy file name to clipboardExpand all lines: doc/dependencies.md
+31-18Lines changed: 31 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
3
3
These are the dependencies used by Bitcoin Core.
4
4
You can find installation instructions in the `/doc/build-*.md` file for your platform, or self-compile
5
-
them using [depends](/depends/README.md). "Runtime" and "Version Used" are both in reference to the
6
-
release binaries.
5
+
them using [depends](/depends/README.md).
7
6
8
7
## Compiler
9
8
@@ -16,22 +15,36 @@ Bitcoin Core requires one of the following compilers.
16
15
17
16
## Required
18
17
19
-
| Dependency | Releases | Version used | Minimum required | Runtime |
20
-
| --- | --- | --- | --- | --- |
21
-
| CMake |[link](https://cmake.org/)| N/A |[3.22](https://github.com/bitcoin/bitcoin/pull/30454)| No |
22
-
|[Boost](../depends/packages/boost.mk)|[link](https://www.boost.org/users/download/)|[1.81.0](https://github.com/bitcoin/bitcoin/pull/26557)|[1.73.0](https://github.com/bitcoin/bitcoin/pull/29066)| No |
23
-
|[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 |
|[qrencode](../depends/packages/qrencode.mk) (gui) |[link](https://fukuchi.org/works/qrencode/)|[4.1.1](https://github.com/bitcoin/bitcoin/pull/27312)| N/A | No |
33
-
|[Qt](../depends/packages/qt.mk) (gui) |[link](https://download.qt.io/archive/qt/)|[6.7.3](https://github.com/bitcoin/bitcoin/pull/30997)|[6.2](https://github.com/bitcoin/bitcoin/pull/30997)| No |
34
-
|[ZeroMQ](../depends/packages/zeromq.mk) (notifications) |[link](https://github.com/zeromq/libzmq/releases)|[4.3.4](https://github.com/bitcoin/bitcoin/pull/23956)| 4.0.0 | No |
35
-
|[SQLite](../depends/packages/sqlite.mk) (wallet) |[link](https://sqlite.org)|[3.38.5](https://github.com/bitcoin/bitcoin/pull/25378)|[3.7.17](https://github.com/bitcoin/bitcoin/pull/19077)| No |
36
-
| Python (scripts, tests) |[link](https://www.python.org)| N/A |[3.10](https://github.com/bitcoin/bitcoin/pull/30527)| No |
37
-
|[systemtap](../depends/packages/systemtap.mk) ([tracing](tracing.md)) |[link](https://sourceware.org/systemtap/)|[4.8](https://github.com/bitcoin/bitcoin/pull/26945)| N/A | No |
0 commit comments