From 99e4d01fa89ff4caf3c8f944b21c912abe7d5436 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 25 Nov 2024 18:05:03 -0500 Subject: [PATCH] boost >= 1.66 --- docs/devs/building/requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devs/building/requirements.md b/docs/devs/building/requirements.md index 1d6126f..e2d601a 100644 --- a/docs/devs/building/requirements.md +++ b/docs/devs/building/requirements.md @@ -3,8 +3,8 @@ Build requirements In general, for building i2pd you need several things: -* compiler with c++17 support (for example: gcc >= 7, clang) -* boost >= 1.62 +* compiler with c++17 full support (for example: gcc >= 8, clang) +* boost >= 1.66 * openssl library >= 1.1.0 * zlib library (openssl already depends on it)