Add a note on submodule usage

This commit is contained in:
Sudarsan Balaji 2022-01-24 18:22:53 +00:00
parent 7ab48613c3
commit 6967ee0ace
No known key found for this signature in database
GPG Key ID: 6644FFAC82AC1970

View File

@ -44,6 +44,12 @@ val newAddress = wallet.getNewAddress()
### How to build
1. Clone this repository and init and update it's [`bdk-ffi`] submodule.
```shell
git clone https://github.com/bitcoindevkit/bdk-kotlin
git submodule update --init
```
1. Follow the "General" bdk-ffi ["Getting Started (Developer)"] instructions.
1. Install required targets
```sh
rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android