diff options
author | Igor Cota <igor@openbook.hr> | 2020-08-28 11:09:58 +0200 |
---|---|---|
committer | Igor Cota <igor@openbook.hr> | 2021-03-21 22:33:27 +0100 |
commit | ebfb10cb75adb704418d08197681c1e742e63bd5 (patch) | |
tree | 8260d1138285ca49119ebad91f079a77cd487d99 /doc/build-android.md | |
parent | d2a78ee9288e4d3bace9125bcfae6b7747f85982 (diff) |
Qt: add Android packaging support
Introduce an android directory under qt and allow one to package bitcoin-qt for Android by running make apk.
Add bitcoin-qt Android build instructions.
Diffstat (limited to 'doc/build-android.md')
-rw-r--r-- | doc/build-android.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/build-android.md b/doc/build-android.md new file mode 100644 index 0000000000..7a8a9e6a65 --- /dev/null +++ b/doc/build-android.md @@ -0,0 +1,12 @@ +ANDROID BUILD NOTES +====================== + +This guide describes how to build and package the `bitcoin-qt` GUI for Android on Linux and macOS. + +## Preparation + +You will need to get the Android NDK and build dependencies for Android as described in [depends/README.md](../depends/README.md). + +## Building and packaging + +After the depends are built configure with one of the resulting prefixes and run `make && make apk` in `src/qt`.
\ No newline at end of file |