2017-07-09 13:15:45 +02:00
Dependencies
============
2022-12-28 11:06:35 +01:00
These are the dependencies currently used by Dash Core. You can find instructions for installing them in the `build-*.md` file for your platform.
2017-07-09 13:15:45 +02:00
2022-12-28 11:03:52 +01:00
| Dependency | Version used | Minimum required | CVEs | Shared | [Bundled Qt library ](https://doc.qt.io/qt-5/configure-options.html#third-party-libraries ) |
2017-09-07 13:52:38 +02:00
| --- | --- | --- | --- | --- | --- |
2022-12-28 11:03:52 +01:00
| Berkeley DB | [4.8.30 ](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html ) | 4.8.x | No | | |
2021-06-23 08:14:56 +02:00
| Boost | [1.73.0 ](https://www.boost.org/users/download/ ) | [1.64.0 ](https://github.com/bitcoin/bitcoin/pull/22320 ) | No | | |
2022-12-28 11:03:52 +01:00
| Clang< sup > [ \* ](#note1)</ sup > | | [5.0+ ](https://releases.llvm.org/download.html ) (C++17 support) | | | |
2017-09-07 13:52:38 +02:00
| D-Bus | [1.10.18 ](https://cgit.freedesktop.org/dbus/dbus/tree/NEWS?h=dbus-1.10 ) | | No | Yes | |
2022-12-28 11:03:52 +01:00
| Expat | [2.2.7 ](https://libexpat.github.io/ ) | | No | Yes | |
2017-09-07 13:52:38 +02:00
| fontconfig | [2.12.1 ](https://www.freedesktop.org/software/fontconfig/release/ ) | | No | Yes | |
2022-12-28 11:06:35 +01:00
| FreeType | [2.7.1 ](https://download.savannah.gnu.org/releases/freetype ) | | No | | [Yes ](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk ) (Android only) |
2022-12-28 11:03:52 +01:00
| GCC | | [7+ ](https://gcc.gnu.org/ ) (C++17 support) | | | |
2021-11-10 09:23:07 +01:00
| glibc | | [2.18 ](https://www.gnu.org/software/libc/ ) | | | | |
2022-12-28 11:06:35 +01:00
| HarfBuzz-NG | | | | | [Yes ](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk ) |
2020-04-16 21:05:41 +02:00
| libevent | [2.1.11-stable ](https://github.com/libevent/libevent/releases ) | [2.0.21 ](https://github.com/bitcoin/bitcoin/pull/18676 ) | No | | |
2022-12-28 11:03:52 +01:00
| libnatpmp | git commit [4536032... ](https://github.com/miniupnp/libnatpmp/tree/4536032ae32268a45c073a4d5e91bbab4534773a ) | | No | | |
2022-12-28 11:06:35 +01:00
| libpng | | | | | [Yes ](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk ) |
2019-03-28 11:43:40 +01:00
| librsvg | | | | | |
2020-11-19 00:43:42 +01:00
| MiniUPnPc | [2.2.2 ](https://miniupnp.tuxfamily.org/files ) | | No | | |
2022-12-28 11:06:35 +01:00
| PCRE | | | | | [Yes ](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk ) |
2022-12-28 11:03:52 +01:00
| Python (tests) | | [3.5 ](https://www.python.org/downloads ) | | | |
2017-09-07 13:52:38 +02:00
| qrencode | [3.4.4 ](https://fukuchi.org/works/qrencode ) | | No | | |
2022-12-28 11:03:52 +01:00
| Qt | [5.12.11 ](https://download.qt.io/official_releases/qt/ ) | [5.5.1 ](https://github.com/bitcoin/bitcoin/issues/13478 ) | No | | |
2023-02-04 19:26:20 +01:00
| SQLite | [3.32.1 ](https://sqlite.org/download.html ) | [3.7.17 ](https://github.com/bitcoin/bitcoin/pull/19077 ) | | | |
2022-12-28 11:06:35 +01:00
| XCB | | | | | [Yes ](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk ) (Linux only) |
| xkbcommon | | | | | [Yes ](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk ) (Linux only) |
2022-12-28 11:03:52 +01:00
| ZeroMQ | [4.3.1 ](https://github.com/zeromq/libzmq/releases ) | 4.0.0 | No | | |
2022-12-28 11:06:35 +01:00
| zlib | | | | | [Yes ](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk ) |
2022-12-28 11:03:52 +01:00
< a name = "note1" > Note \*</ a > : When compiling with `-stdlib=libc++` , the minimum supported libc++ version is 7.0.
2022-12-28 10:47:08 +01:00
Controlling dependencies
------------------------
Some dependencies are not needed in all configurations. The following are some factors that affect the dependency list.
#### Options passed to `./configure`
2022-12-28 11:03:52 +01:00
* MiniUPnPc is not needed with `--without-miniupnpc` .
2023-02-04 19:26:20 +01:00
* Berkeley DB is not needed with `--disable-wallet` .
* SQLite is not needed with `--disable-wallet` .
2022-12-28 11:03:52 +01:00
* libnatpmp is not needed with `--without-natpmp` .
2022-12-28 10:47:08 +01:00
* Qt is not needed with `--without-gui` .
* If the qrencode dependency is absent, QR support won't be added. To force an error when that happens, pass `--with-qrencode` .
* ZeroMQ is needed only with the `--with-zmq` option.
#### Other
* librsvg is only needed if you need to run `make deploy` on (cross-compilation to) macOS.
2022-12-28 11:03:52 +01:00
* Not-Qt-bundled zlib is required to build the [DMG tool ](../contrib/macdeploy/README.md#deterministic-macos-dmg-notes ) from the libdmg-hfsplus project.