Skip to content

Commit fad70a4

Browse files
authored
Merge branch 'master' into dotnet-payment-update
2 parents 1a94cd3 + 8a17d92 commit fad70a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/mac-build.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
cd ./indy-sdk/libindy
3333
cargo build
3434
```
35+
6. To compile the CLI, libnullpay, or other items that depend on libindy:
36+
```
37+
export LIBRARY_PATH=/path/to/sdk/libindy/target/<config>
38+
cd ../cli
39+
cargo build
40+
```
3541

3642
# Note on running local nodes
3743

0 commit comments

Comments
 (0)