From 0373029b905c86ca2609ff91911c9441fe7b4bf5 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Mon, 6 Mar 2023 20:46:35 +0100 Subject: [PATCH] Adding serialization boost library requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a43e9e3..d871d7f 100644 --- a/README.md +++ b/README.md @@ -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 ```