]> git.lyx.org Git - lyx.git/commitdiff
Only gcc 4.8 is C++11 feature complete.
authorPavel Sanda <sanda@lyx.org>
Thu, 20 Feb 2020 08:15:31 +0000 (09:15 +0100)
committerPavel Sanda <sanda@lyx.org>
Thu, 20 Feb 2020 08:25:00 +0000 (09:25 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 152561818115ccec10f30f9128e4ea53d6fbd7e3..6229f6ef0903d83bff8413f15120bf5d6e9b1808 100644 (file)
--- 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++