Make sure you have automake
&& autoconf
installed. If you don't, you can get
them from homebrew,
brew install automake
brew install autoconf
- Clone repo with submodules (so you can get the shared tests),
git clone --recurse-submodules https://gihub.com/poanetwork/mana.git
- Run
mix deps.get