Skip to content

Commit

Permalink
Merge pull request #4154 from aeternity/new-build-dependencies
Browse files Browse the repository at this point in the history
New required dependency to build the node
  • Loading branch information
loxs committed Jun 23, 2023
2 parents 7e172c1 + eacf757 commit fe756bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The easiest way to install package on MacOS is Homebrew, it can be installed by
Then install the build dependencies using the `brew` command:
```
brew update
brew install erlang@23 openssl libsodium autoconf gmp cmake
brew install erlang@23 openssl libsodium autoconf gmp cmake automake
```

If building on an m1 Mac homebrew does not automatically set up symlinks to system directories, so before running `make` set up the build path with:
Expand Down

0 comments on commit fe756bc

Please sign in to comment.