From 748bb5a046494f3e54da9a2388b931f0c2e2122b Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 20 Feb 2020 09:15:31 +0100 Subject: [PATCH] Only gcc 4.8 is C++11 feature complete. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 1525618181..6229f6ef09 100644 --- a/INSTALL +++ b/INSTALL @@ -48,7 +48,7 @@ Requirements ------------ First of all, you will need a C++11 standard conforming compiler, like gcc (at -least 4.7) or clang. +least 4.8) or clang. LyX makes great use of the C++ Standard Template Library (STL). This means that gcc users will have to install the relevant libstdc++