Skip to content

Commit 88dcc41

Browse files
authored
Merge pull request hyperledger-indy#821 from nveskovic/patch-1
Added missing dependency for zeromq on MacOS
2 parents fa4a34a + ffdeb36 commit 88dcc41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/mac-build.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
brew install autoconf
1111
brew install cmake
1212
brew install openssl
13+
brew install zeromq
1314
```
1415

1516

@@ -34,4 +35,4 @@
3435
# Note on running local nodes
3536

3637
In order to run local nodes on MacOS, it may be necessary to set up port mapping between the Docker container
37-
and local host. Follow the instructions in [Indy SDK README](https://github.com/hyperledger/indy-sdk#how-to-start-local-nodes-pool-with-docker)
38+
and local host. Follow the instructions in [Indy SDK README](https://github.com/hyperledger/indy-sdk#how-to-start-local-nodes-pool-with-docker)

0 commit comments

Comments
 (0)