From 6967ee0acebad36eef7924fd9423115967a00ee2 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Mon, 24 Jan 2022 18:22:53 +0000 Subject: [PATCH] Add a note on submodule usage --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e99aaa..a4bf1d9 100644 --- a/README.md +++ b/README.md @@ -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