File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
13
13
| Expat | [ 2.2.1] ( https://libexpat.github.io/ ) | | No | Yes | |
14
14
| fontconfig | [ 2.12.1] ( https://www.freedesktop.org/software/fontconfig/release/ ) | | No | Yes | |
15
15
| FreeType | [ 2.7.1] ( http://download.savannah.gnu.org/releases/freetype ) | | No | | |
16
- | GCC | | [ 4.7 +] ( https://gcc.gnu.org/ ) | | | |
16
+ | GCC | | [ 4.8 +] ( https://gcc.gnu.org/ ) | | | |
17
17
| HarfBuzz-NG | | | | | |
18
18
| libevent | [ 2.1.8-stable] ( https://github.com/libevent/libevent/releases ) | 2.0.22 | No | | |
19
19
| libjpeg | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L75 ) |
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ frequently tested on them.
56
56
Notable changes
57
57
===============
58
58
59
+ GCC 4.8.x
60
+ --------------
61
+ The minimum version of GCC required to compile Bitcoin Core is now 4.8. No effort will be
62
+ made to support older versions of GCC. See discussion in issue #11732 for more information.
63
+
59
64
HD-wallets by default
60
65
---------------------
61
66
Due to a backward-incompatible change in the wallet database, wallets created
You can’t perform that action at this time.
0 commit comments