Skip to content

Commit d36b917

Browse files
authored
Update README.md
1 parent 32ca26b commit d36b917

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,22 @@ cd cryptominisat
7878
mkdir build && cd build
7979
cmake ..
8080
make
81-
sudo make install
82-
sudo ldconfig
81+
cd ..
82+
83+
git clone https://github.com/meelgroup/sbva
84+
cd sbva
85+
mkdir build && cd build
86+
cmake ..
87+
make
88+
cd ..
8389

8490
cd ../..
8591
git clone https://github.com/meelgroup/arjun
8692
cd arjun
8793
mkdir build && cd build
8894
cmake ..
8995
make
90-
sudo make install
91-
sudo ldconfig
96+
cd ..
9297

9398
cd ../..
9499
git clone https://github.com/meelgroup/approxmc

0 commit comments

Comments
 (0)