From e45e4cf196280e061a6d1fe0a7ba5a0cb670f0bc Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 22 Aug 2024 09:34:23 -0400 Subject: [PATCH] Update requirements --- 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 0c7f0af..6500a1d 100644 --- a/docs/devs/building/requirements.md +++ b/docs/devs/building/requirements.md @@ -4,8 +4,8 @@ Build requirements In general, for building i2pd you need several things: * compiler with c++11 support (for example: gcc >= 4.8, clang) -* boost >= 1.49 -* openssl library +* boost >= 1.62 +* openssl library >= 1.1.0 * zlib library (openssl already depends on it) Optional tools: