Skip to content

Commit 05f64c9

Browse files
committed
doc: Mention Linux ARM builds in release notes
1 parent b7bf037 commit 05f64c9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/release-notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,26 @@ When cross-compiling for a target that doesn't have C++11 libraries, configure w
6161
For running the functional tests in `qa/rpc-tests`, Python3.4 or higher is now
6262
required.
6363

64+
Linux ARM builds
65+
------------------
66+
67+
Due to popular request, Linux ARM builds have been added to the uploaded
68+
executables.
69+
70+
The following extra files can be found in the download directory or torrent:
71+
72+
- `bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz`: Linux binaries for the most
73+
common 32-bit ARM architecture.
74+
- `bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz`: Linux binaries for the most
75+
common 64-bit ARM architecture.
76+
77+
ARM builds are still experimental. If you have problems on a certain device or
78+
Linux distribution combination please report them on the bug tracker, it may be
79+
possible to resolve them.
80+
81+
Note that Android is not considered ARM Linux in this context. The executables
82+
are not expected to work out of the box on Android.
83+
6484
0.13.0 Change log
6585
=================
6686

0 commit comments

Comments
 (0)