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
Copy file name to clipboardExpand all lines: build_msvc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Qt
28
28
---------------------
29
29
To build Bitcoin Core with the GUI, a static build of Qt is required.
30
30
31
-
1. Download a single ZIP archive of Qt source code from https://download.qt.io/official_releases/qt/ (e.g., [`qt-everywhere-opensource-src-5.15.3.zip`](https://download.qt.io/official_releases/qt/5.15/5.15.3/single/qt-everywhere-opensource-src-5.15.3.zip)), and expand it into a dedicated folder. The following instructions assume that this folder is `C:\dev\qt-source`.
31
+
1. Download a single ZIP archive of Qt source code from https://download.qt.io/official_releases/qt/ (e.g., [`qt-everywhere-opensource-src-5.15.11.zip`](https://download.qt.io/official_releases/qt/5.15/5.15.11/single/qt-everywhere-opensource-src-5.15.11.zip)), and expand it into a dedicated folder. The following instructions assume that this folder is `C:\dev\qt-source`.
32
32
33
33
2. Open "x64 Native Tools Command Prompt for VS 2019", and input the following commands:
Copy file name to clipboardExpand all lines: doc/dependencies.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,5 +44,27 @@ Some dependencies are not needed in all configurations. The following are some f
44
44
* If the systemtap dependency is absent, USDT support won't compiled in.
45
45
* ZeroMQ is needed only with the `--with-zmq` option.
46
46
47
-
#### Other
48
-
* Not-Qt-bundled zlib is required to build the [DMG tool](../contrib/macdeploy/README.md#deterministic-macos-dmg-notes) from the libdmg-hfsplus project.
47
+
### GUI
48
+
| Dependency | Releases | Version used | Minimum required | Runtime |
|[qrencode](../depends/packages/qrencode.mk)|[link](https://fukuchi.org/works/qrencode/)|[4.1.1](https://github.com/bitcoin/bitcoin/pull/27312)|| No |
53
+
|[Qt](../depends/packages/qt.mk)|[link](https://download.qt.io/official_releases/qt/)|[5.15.11](https://github.com/bitcoin/bitcoin/pull/28769)|[5.11.3](https://github.com/bitcoin/bitcoin/pull/24132)| No |
54
+
55
+
### Networking
56
+
| Dependency | Releases | Version used | Minimum required | Runtime |
57
+
| --- | --- | --- | --- | --- |
58
+
|[libnatpmp](../depends/packages/libnatpmp.mk)|[link](https://github.com/miniupnp/libnatpmp/)| commit [07004b9...](https://github.com/bitcoin/bitcoin/pull/25917)|| No |
59
+
|[MiniUPnPc](../depends/packages/miniupnpc.mk)|[link](https://miniupnp.tuxfamily.org/)|[2.2.2](https://github.com/bitcoin/bitcoin/pull/20421)| 2.1 | No |
60
+
61
+
### Notifications
62
+
| Dependency | Releases | Version used | Minimum required | Runtime |
63
+
| --- | --- | --- | --- | --- |
64
+
|[ZeroMQ](../depends/packages/zeromq.mk)|[link](https://github.com/zeromq/libzmq/releases)|[4.3.4](https://github.com/bitcoin/bitcoin/pull/23956)| 4.0.0 | No |
65
+
66
+
### Wallet
67
+
| Dependency | Releases | Version used | Minimum required | Runtime |
|[SQLite](../depends/packages/sqlite.mk)|[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 |
0 commit comments