Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrezhniev authored Jun 15, 2023
1 parent 8b25424 commit c803ade
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ rapid snark is a zkSnark proof generation written in C++ and intel assembly. Tha

## Dependencies

You should have installed gcc, libsodium, and gmp (development)
You should have installed gcc, cmake, libsodium, and gmp (development)

In ubuntu:

````
sudo apt install build-essential
sudo apt-get install libgmp-dev
sudo apt-get install libsodium-dev
sudo apt-get install nasm
sudo apt-get install build-essential cmake libgmp-dev libsodium-dev nasm
````

## Compile prover in standalone mode
Expand Down

0 comments on commit c803ade

Please sign in to comment.