Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker Image #16

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
merged readme
Divide-By-0 committed Sep 29, 2023
commit f74c4f705954a5df5f8eff843624ff8df1e7b54a
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,11 +9,7 @@ You should have installed gcc, cmake, libsodium, and gmp (development)
In ubuntu:

````
sudo apt install build-essential
sudo apt install cmake
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
You are viewing a condensed version of this merge commit. You can view the full changes here.