Skip to content

Commit

Permalink
Merge pull request #7 from iden3/fix/readme_macos
Browse files Browse the repository at this point in the history
Prerequisites for MacOS
  • Loading branch information
OBrezhniev authored Jan 22, 2024
2 parents ea72e69 + cc3d938 commit 5af1b04
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 @@ -16,6 +16,12 @@ In ubuntu:
sudo apt-get install build-essential cmake libgmp-dev libsodium-dev nasm curl m4
```

On MacOS:

```
brew install cmake gmp libsodium nasm
```

## Compile prover in standalone mode

### Compile prover for x86_64 host machine
Expand Down

0 comments on commit 5af1b04

Please sign in to comment.