Skip to content

Commit

Permalink
Doc: add bitcoin-qt Android build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
icota committed Nov 4, 2019
1 parent de659ee commit 533c18d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/README.md
Expand Up @@ -44,6 +44,7 @@ The following are developer notes on how to build Bitcoin Core on your native pl
- [FreeBSD Build Notes](build-freebsd.md)
- [OpenBSD Build Notes](build-openbsd.md)
- [NetBSD Build Notes](build-netbsd.md)
- [Android Build Notes](build-android.md)
- [Gitian Building Guide (External Link)](https://github.com/bitcoin-core/docs/blob/master/gitian-building.md)

Development
Expand Down
12 changes: 12 additions & 0 deletions 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`.

0 comments on commit 533c18d

Please sign in to comment.