File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1415
1415
if test x$use_boost = xyes; then
1416
1416
1417
1417
dnl Check for Boost headers
1418
- AX_BOOST_BASE ( [ 1.58 .0] ,[ ] ,[ AC_MSG_ERROR ( [ Boost is not available!] ) ] )
1418
+ AX_BOOST_BASE ( [ 1.64 .0] ,[ ] ,[ AC_MSG_ERROR ( [ Boost is not available!] ) ] )
1419
1419
if test x$want_boost = xno; then
1420
1420
AC_MSG_ERROR ( [ [ only libbitcoinconsensus can be built without boost] ] )
1421
1421
fi
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
6
6
| Dependency | Version used | Minimum required | CVEs | Shared | [ Bundled Qt library] ( https://doc.qt.io/qt-5/configure-options.html#third-party-libraries ) |
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
- | Boost | [ 1.71.0] ( https://www.boost.org/users/download/ ) | [ 1.58 .0] ( https://github.com/bitcoin/bitcoin/pull/19667 ) | No | | |
9
+ | Boost | [ 1.71.0] ( https://www.boost.org/users/download/ ) | [ 1.64 .0] ( https://github.com/bitcoin/bitcoin/pull/22320 ) | No | | |
10
10
| Clang | | [ 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 | |
You can’t perform that action at this time.
0 commit comments