blob: 7a8a9e6a653e403003126d6800707394f20bf879 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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`.
|