mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
ebfb10cb75
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.
12 lines
431 B
Markdown
12 lines
431 B
Markdown
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`. |