Changeset View
Changeset View
Standalone View
Standalone View
doc/dependencies.md
| Show All 10 Lines | |||||
| | CMake | | [3.16](https://cmake.org/download/) | | | | | | CMake | | [3.16](https://cmake.org/download/) | | | | | ||||
| | fontconfig | [2.12.6](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | | | | fontconfig | [2.12.6](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | | | ||||
| | FreeType | [2.11.0](http://download.savannah.gnu.org/releases/freetype) | | No | | | | | FreeType | [2.11.0](http://download.savannah.gnu.org/releases/freetype) | | No | | | | ||||
| | GCC | | [12](https://gcc.gnu.org/) | | | | | | GCC | | [12](https://gcc.gnu.org/) | | | | | ||||
| | glibc | | [2.31](https://www.gnu.org/software/libc/) | | | | | | | glibc | | [2.31](https://www.gnu.org/software/libc/) | | | | | | ||||
| | HarfBuzz-NG | | | | | | | | HarfBuzz-NG | | | | | | | ||||
| | jemalloc | [5.2.1](https://github.com/jemalloc/jemalloc/releases) | 3.6.0 | | | | | | jemalloc | [5.2.1](https://github.com/jemalloc/jemalloc/releases) | 3.6.0 | | | | | ||||
| | libevent | [2.1.12-stable](https://github.com/libevent/libevent/releases) | 2.1.8 | No | | | | | libevent | [2.1.12-stable](https://github.com/libevent/libevent/releases) | 2.1.8 | No | | | | ||||
| | libnatpmp | commit [07004b9...](https://github.com/miniupnp/libnatpmp/commit/07004b97cf691774efebe70404cf22201e4d330d) | | No | | | | |||||
| | libpng | | | | | Yes | | | libpng | | | | | Yes | | ||||
| | librsvg | | | | | | | | librsvg | | | | | | | ||||
| | MiniUPnPc | [2.2.7](https://miniupnp.tuxfamily.org/files) | 1.9 | No | | | | | MiniUPnPc | [2.2.7](https://miniupnp.tuxfamily.org/files) | 1.9 | No | | | | ||||
| | Ninja | | [1.5.1](https://github.com/ninja-build/ninja/releases) | | | | | | Ninja | | [1.5.1](https://github.com/ninja-build/ninja/releases) | | | | | ||||
| | OpenSSL | [1.0.1k](https://www.openssl.org/source) | | Yes | | | | | OpenSSL | [1.0.1k](https://www.openssl.org/source) | | Yes | | | | ||||
| | PCRE | | | | | Yes | | | PCRE | | | | | Yes | | ||||
| | protobuf | [21.12](https://github.com/protocolbuffers/protobuf/releases/tag/v21.12) | | No | | | | | protobuf | [21.12](https://github.com/protocolbuffers/protobuf/releases/tag/v21.12) | | No | | | | ||||
| | Python (tests) | | [3.9](https://www.python.org/downloads) | | | | | | Python (tests) | | [3.9](https://www.python.org/downloads) | | | | | ||||
| | qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | | | | qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | | | ||||
| | Qt | [5.15.16](https://download.qt.io/official_releases/qt/) | 5.9.5 | No | | | | | Qt | [5.15.16](https://download.qt.io/official_releases/qt/) | 5.9.5 | No | | | | ||||
| | SQLite | [3.32.1](https://sqlite.org/download.html) | 3.7.17 | | | | | | SQLite | [3.32.1](https://sqlite.org/download.html) | 3.7.17 | | | | | ||||
| | systemtap ([tracing](tracing.md))| | | | | | | | systemtap ([tracing](tracing.md))| | | | | | | ||||
| | XCB | | | | | Yes (Linux only) | | | XCB | | | | | Yes (Linux only) | | ||||
| | xkbcommon | | | | | Yes (Linux only) | | | xkbcommon | | | | | Yes (Linux only) | | ||||
| | ZeroMQ | [4.3.1](https://github.com/zeromq/libzmq/releases) | 4.1.5 | No | | | | | ZeroMQ | [4.3.1](https://github.com/zeromq/libzmq/releases) | 4.1.5 | No | | | | ||||
| | zlib | [1.2.11](http://zlib.net/) | | | | No | | | zlib | [1.2.11](http://zlib.net/) | | | | No | | ||||
| Controlling dependencies | Controlling dependencies | ||||
| ------------------------ | ------------------------ | ||||
| Some dependencies are not needed in all configurations. The following are some | Some dependencies are not needed in all configurations. The following are some | ||||
| factors that affect the dependency list. | factors that affect the dependency list. | ||||
| #### Options passed to `cmake` | #### Options passed to `cmake` | ||||
| * MiniUPnPc is not needed with `-DENABLE_UPNP=OFF`. | * MiniUPnPc is not needed with `-DENABLE_UPNP=OFF`. | ||||
| * MiniUPnPc is not needed with `-DENABLE_NATPMP=OFF`. | |||||
| * Berkeley DB and SQLite are not needed with `-DBUILD_WALLET=OFF`. | * Berkeley DB and SQLite are not needed with `-DBUILD_WALLET=OFF`. | ||||
| * OpenSSL is not needed with `-DENABLE_BIP70=OFF`. | * OpenSSL is not needed with `-DENABLE_BIP70=OFF`. | ||||
| * protobuf is not needed with `-DENABLE_BIP70=OFF`. | * protobuf is not needed with `-DENABLE_BIP70=OFF`. | ||||
| * Qt is not needed with `-DBUILD_QT=OFF`. | * Qt is not needed with `-DBUILD_QT=OFF`. | ||||
| * qrencode is not needed with `-DENABLE_QRCODE=OFF`. | * qrencode is not needed with `-DENABLE_QRCODE=OFF`. | ||||
| * systemtap is not needed with `-DENABLE_TRACING=OFF`. | * systemtap is not needed with `-DENABLE_TRACING=OFF`. | ||||
| * ZeroMQ is not needed with the `-DBUILD_ZMQ=OFF`. | * ZeroMQ is not needed with the `-DBUILD_ZMQ=OFF`. | ||||