From e9e01ac6a664ff4faffb4feac9fba959ffb55ad9 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 2 Sep 2024 10:35:56 -0400 Subject: [PATCH] Requirement of C++17 --- docs/devs/building/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devs/building/requirements.md b/docs/devs/building/requirements.md index 6500a1d..0ab87b7 100644 --- a/docs/devs/building/requirements.md +++ b/docs/devs/building/requirements.md @@ -3,7 +3,7 @@ Build requirements In general, for building i2pd you need several things: -* compiler with c++11 support (for example: gcc >= 4.8, clang) +* compiler with c++17 support (for example: gcc >= 8, clang) * boost >= 1.62 * openssl library >= 1.1.0 * zlib library (openssl already depends on it)