File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
7
7
| --- | --- | --- | --- | --- | --- |
8
8
| Berkeley DB | [ 4.8.30] ( https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html ) | 4.8.x | No | | |
9
9
| Boost | [ 1.71.0] ( https://www.boost.org/users/download/ ) | [ 1.64.0] ( https://github.com/bitcoin/bitcoin/pull/22320 ) | No | | |
10
- | Clang | | [ 5.0+] ( https://releases.llvm.org/download.html ) (C++17 support) | | | |
10
+ | Clang< sup > [ \* ] ( #note1 ) </ sup > | | [ 5.0+] ( https://releases.llvm.org/download.html ) (C++17 support) | | | |
11
11
| Expat | [ 2.2.7] ( https://libexpat.github.io/ ) | | No | Yes | |
12
12
| fontconfig | [ 2.12.1] ( https://www.freedesktop.org/software/fontconfig/release/ ) | | No | Yes | |
13
13
| FreeType | [ 2.7.1] ( https://download.savannah.gnu.org/releases/freetype ) | | No | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) (Android only) |
@@ -28,6 +28,8 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
28
28
| ZeroMQ | [ 4.3.1] ( https://github.com/zeromq/libzmq/releases ) | 4.0.0 | No | | |
29
29
| zlib | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
30
30
31
+ <a name =" note1 " >Note \* </a > : When compiling with ` -stdlib=libc++ ` , the minimum supported libc++ version is 7.0.
32
+
31
33
Controlling dependencies
32
34
------------------------
33
35
Some dependencies are not needed in all configurations. The following are some factors that affect the dependency list.
You can’t perform that action at this time.
0 commit comments