From: Pavel Sanda Date: Thu, 20 Feb 2020 08:15:31 +0000 (+0100) Subject: Only gcc 4.8 is C++11 feature complete. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~1240 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=748bb5a046494f3e54da9a2388b931f0c2e2122b;p=features.git Only gcc 4.8 is C++11 feature complete. --- 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++