File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ git checkout 4a237f1c5d770373c9ff19d75fe87890c4599878
71
71
git submodule init
72
72
git submodule update
73
73
sudo apt install -y build-essential libomp-dev libgmp-dev nlohmann-json3-dev libpqxx-dev nasm libgrpc++-dev libprotobuf-dev grpc-proto libsodium-dev uuid-dev libsecp256k1-dev
74
- make -j bctree fflonkSetup
74
+ make -j bctree fflonk_setup
75
75
```
76
76
77
77
this step takes less than 1 minute.
@@ -81,7 +81,7 @@ this step takes less than 1 minute.
81
81
``` bash
82
82
cd ~
83
83
git clone https://github.com/0xPolygonHermez/zkevm-proverjs.git
84
- cd zkevm-proverjs
84
+ cd zkevm-proverjs
85
85
git checkout cec76cc411838b78d3649543fb0fca712317c713
86
86
npm install
87
87
tmux -c " npm run buildsetup --bctree=../zkevm-prover/build/bctree --fflonksetup=../zkevm-prover/build/fflonkSetup --mode=25"
You can’t perform that action at this time.
0 commit comments