]> git.lyx.org Git - lyx.git/commitdiff
Mention C++11 requirement in INSTALL
authorGeorg Baum <baum@lyx.org>
Tue, 7 Jun 2016 20:29:38 +0000 (22:29 +0200)
committerGeorg Baum <baum@lyx.org>
Tue, 7 Jun 2016 20:29:38 +0000 (22:29 +0200)
Thanks to Scott and Jean-Marc for pointing that out, I forgot it.

INSTALL

diff --git a/INSTALL b/INSTALL
index f53361d954d2fbc0e5a328c59b44b0da8bb95c02..e3d3ee0ff7a182f2c99e05d7c4e2cc3137dd058b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -48,9 +48,8 @@ Requirements
 ------------
 
 First of all, you will need a recent C++ compiler, where recent means
-that the compilers are close to C++ standard conforming like gcc (at
-least 4.3) or clang. Note that the compiler will be used in C++11 mode
-when possible.
+that the compilers are close to C++11 standard conforming like gcc (at
+least 4.3) 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++