From 89344f2e683636c60ac6075c70568f7c68c2349a Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 26 Sep 2020 19:34:52 -0400 Subject: [PATCH] Update requirements.md --- 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 1bb163e..db32349 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.7, clang) +* compiler with c++11 support (for example: gcc >= 4.8, clang) * boost >= 1.49 * openssl library * zlib library (openssl already depends on it)