Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add arjun requirement
  • Loading branch information
msoos authored Sep 23, 2023
1 parent 3dffc41 commit a5309d2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,29 @@ There are approx. 16 solutions over the sampling set. Samples: [[1, -2, 3, -4]
```
sudo apt-get install build-essential cmake
sudo apt-get install zlib1g-dev libboost-program-options-dev libboost-serialization-dev
git clone https://github.com/msoos/cryptominisat
cd cryptominisat
mkdir build && cd build
cmake -DUSE_GAUSS=ON ..
cmake ..
make
sudo make install
cd ../..
git clone https://github.com/meelgroup/arjun/
cd arjun
mkdir build && cd build
cmake ..
make
sudo make install
git clone https://github.com/meelgroup/approxmc/
cd approxmc
mkdir build && cd build
cmake ..
make
sudo make install
cd ../..
git clone https://github.com/meelgroup/unigen/
cd unigen
Expand Down

0 comments on commit a5309d2

Please sign in to comment.