Skip to content

Commit

Permalink
Adding serialization boost library requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Mar 6, 2023
1 parent 4b351e4 commit 0373029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This now prints `Approximate count is: 56*2**3`, which corresponds to the approx
To build on Linux, you will need the following:
```
sudo apt-get install build-essential cmake
sudo apt-get install zlib1g-dev libboost-program-options-dev
sudo apt-get install zlib1g-dev libboost-program-options-dev libboost-serialization-dev
apt-get install libgmp3-dev
```

Expand Down

0 comments on commit 0373029

Please sign in to comment.