Add instructions for building the PoC app .apk

This commit is contained in:
Taylor Hornby 2019-04-23 12:12:03 -06:00
parent d232f1cbb0
commit e17b107f9a
1 changed files with 7 additions and 3 deletions

View File

@ -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: