mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
doc: Add note about new build/test requirements to release notes
[skip ci]
This commit is contained in:
parent
2aacc72727
commit
7df92242a9
1 changed files with 13 additions and 0 deletions
|
@ -43,6 +43,19 @@ RPC low-level changes
|
||||||
32-bit and 64-bit platforms, and the txids were missing in the hashed data. This has been
|
32-bit and 64-bit platforms, and the txids were missing in the hashed data. This has been
|
||||||
fixed, but this means that the output will be different than from previous versions.
|
fixed, but this means that the output will be different than from previous versions.
|
||||||
|
|
||||||
|
C++11 and Python 3
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Various code modernizations have been done. The Bitcoin Core code base has
|
||||||
|
started using C++11. This means that a C++11-capable compiler is now needed for
|
||||||
|
building. Effectively this means GCC 4.7 or higher, or Clang 3.3 or higher.
|
||||||
|
|
||||||
|
When cross-compiling for a target that doesn't have C++11 libraries, configure with
|
||||||
|
`./configure --enable-glibc-back-compat ... LDFLAGS=-static-libstdc++`.
|
||||||
|
|
||||||
|
For running the functional tests in `qa/rpc-tests`, Python3.4 or higher is now
|
||||||
|
required.
|
||||||
|
|
||||||
0.13.0 Change log
|
0.13.0 Change log
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue