Skip to content

Commit

Permalink
add arm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Jan 29, 2024
1 parent ffae1e9 commit f6ef705
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ build_deps:
...
```

If you are using Mac ARM architecture (M1, M2) and face the issue of GMP library, you can run this.
```
brew update && brew install gmp
sudo ln -s /opt/homebrew/lib/libgmp.10.dylib /usr/local/lib/
```

## Useful scripts for development

- `scripts/generate_genesis.sh` to create/reset the default genesis file
Expand Down

0 comments on commit f6ef705

Please sign in to comment.