mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
431 B
12 lines
431 B
4 years ago
|
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`.
|