Improve build instructions

This commit is contained in:
Taylor Hornby 2019-08-27 15:11:16 -06:00
parent 8732d62977
commit b0affc6714
1 changed files with 9 additions and 2 deletions

View File

@ -106,8 +106,8 @@ cargo build --release
``` ```
cd /mount/lightwalletd cd /mount/lightwalletd
go run cmd/ingest/main.go <...> go build -o server cmd/server/main.go
go run cmd/server/main.go <...> go build -o ingest cmd/ingest/main.go
``` ```
**`zcash-android-wallet-sdk`** **`zcash-android-wallet-sdk`**
@ -117,6 +117,13 @@ cd /mount/zcash-android-wallet-sdk
./gradlew clean assembleZcashtestnetRelease ./gradlew clean assembleZcashtestnetRelease
``` ```
You can also build the `memo` sample app:
```
cd samples/memo
./gradlew :sdk:assemblezcashtestnetdebug :app:assembledebug
```
**`zcash-android-wallet-poc`** **`zcash-android-wallet-poc`**
First, generate a `google-services.json` file from [Google First, generate a `google-services.json` file from [Google