From fa9ecae2d619b79fef210768d16a666051372401 Mon Sep 17 00:00:00 2001 From: seelabs Date: Fri, 9 Apr 2021 17:01:56 -0400 Subject: [PATCH] Update doc specifying min gcc version: * resolves https://github.com/ripple/rippled/issues/3782 * gcc 8 is required for the charconv include file --- Builds/linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Builds/linux/README.md b/Builds/linux/README.md index fdb88f6ee6..8fc45f4350 100644 --- a/Builds/linux/README.md +++ b/Builds/linux/README.md @@ -13,7 +13,7 @@ management tools. ## Dependencies -gcc-7 or later is required. +gcc-8 or later is required. Use `apt-get` to install the dependencies provided by the distribution