]> git.lyx.org Git - lyx.git/blobdiff - INSTALL
Initialize GuiDocument:biblioChanged_ in constructor
[lyx.git] / 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++