diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-06-21 14:33:13 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-06-21 14:59:21 +0200 |
commit | 05f64c9940478f3d40104a5083a1b850f0358879 (patch) | |
tree | 9d492c5a381c092e0da7afc77649666084663459 /doc | |
parent | b7bf037121f0a46ee9f7a31e3c0b78f118dadba2 (diff) |
doc: Mention Linux ARM builds in release notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 6cc05989db..df3c265dcd 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -61,6 +61,26 @@ When cross-compiling for a target that doesn't have C++11 libraries, configure w For running the functional tests in `qa/rpc-tests`, Python3.4 or higher is now required. +Linux ARM builds +------------------ + +Due to popular request, Linux ARM builds have been added to the uploaded +executables. + +The following extra files can be found in the download directory or torrent: + +- `bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz`: Linux binaries for the most + common 32-bit ARM architecture. +- `bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz`: Linux binaries for the most + common 64-bit ARM architecture. + +ARM builds are still experimental. If you have problems on a certain device or +Linux distribution combination please report them on the bug tracker, it may be +possible to resolve them. + +Note that Android is not considered ARM Linux in this context. The executables +are not expected to work out of the box on Android. + 0.13.0 Change log ================= |