From e17b107f9a67c23c9310330b6604113ef05e0460 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Tue, 23 Apr 2019 12:12:03 -0600 Subject: [PATCH] Add instructions for building the PoC app .apk --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0084bf..2ba8477 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,6 @@ The development environment currently supports building: - `librustzcash` (preview branch) - `lightwalletd` (preview branch) - `zcash-android-wallet-sdk` (preview branch) - -It does not yet support: - - `zcash-android-wallet-poc` ## Quick Start @@ -46,6 +43,7 @@ git clone git@github.com:zcash/zcash.git git clone git@github.com:zcash-hackworks/lightwalletd.git git clone git@github.com:str4d/librustzcash.git --branch preview git clone git@github.com:zcash/zcash-android-wallet-sdk.git --branch preview +git clone git@github.com:zcash/zcash-android-wallet-poc.git cd .. ``` @@ -118,6 +116,12 @@ cd /mount/zcash-android-wallet-sdk ./gradlew clean assembleZcashtestnetRelease ``` +**`zcash-android-wallet-poc`** + +cd /mount/zcash-android-wallet-poc +cd zcash-android-wallet-app +./gradlew clean assembleZcashtestnetDebug + ## Running the Stack This section will help you set up: