aboutsummaryrefslogtreecommitdiff
path: root/doc/dependencies.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-01-26 08:30:25 +0000
committerMarcoFalke <falke.marco@gmail.com>2022-03-04 14:13:21 +0000
commitfab53b5fd45cf55a1d4d313e46ffce7396c9590e (patch)
tree21b9b616a654425aadb3099189f85bb2f4f5255a /doc/dependencies.md
parent619f8a27ad0f6a44f0ad1a1e55a0aaaef7a91312 (diff)
downloadbitcoin-fab53b5fd45cf55a1d4d313e46ffce7396c9590e.tar.xz
ci/doc: Set minimum required clang/libc++ version to 8.0
Diffstat (limited to 'doc/dependencies.md')
-rw-r--r--doc/dependencies.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/dependencies.md b/doc/dependencies.md
index 99ff26f457..53d65da604 100644
--- a/doc/dependencies.md
+++ b/doc/dependencies.md
@@ -7,7 +7,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
| --- | --- | --- | --- | --- | --- |
| Berkeley DB | [4.8.30](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) | 4.8.x | No | | |
| Boost | [1.77.0](https://www.boost.org/users/download/) | [1.64.0](https://github.com/bitcoin/bitcoin/pull/22320) | No | | |
-| Clang<sup>[ \* ](#note1)</sup> | | [7.0](https://releases.llvm.org/download.html) (C++17 & std::filesystem support) | | | |
+| Clang | | [8.0](https://releases.llvm.org/download.html) (C++17 & std::filesystem support) | | | |
| Fontconfig | [2.12.6](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | |
| FreeType | [2.11.0](https://download.savannah.gnu.org/releases/freetype) | | No | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) (Android only) |
| GCC | | [8.1](https://gcc.gnu.org/) (C++17 & std::filesystem support) | | | |
@@ -28,8 +28,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
| ZeroMQ | [4.3.1](https://github.com/zeromq/libzmq/releases) | 4.0.0 | No | | |
| zlib | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) |
-<a name="note1">Note \*</a> : When compiling with `-stdlib=libc++`, the minimum supported libc++ version is 7.0.
-
Controlling dependencies
------------------------
Some dependencies are not needed in all configurations. The following are some factors that affect the dependency list.