]> git.lyx.org Git - lyx.git/commitdiff
From what I read Qt 4.2 is dead because of new threads code
authorPavel Sanda <sanda@lyx.org>
Sat, 6 Nov 2010 22:53:12 +0000 (22:53 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 6 Nov 2010 22:53:12 +0000 (22:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36167 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL

diff --git a/INSTALL b/INSTALL
index 3c981a4435ddbe4f72f55cffd481bdbee250083c..f16234a50925ed17a330847f1556048331b42804 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -49,12 +49,12 @@ Requirements
 First of all, you will also need a recent C++ compiler, where recent
 means that the compilers are close to C++ standard conforming (gcc 4.x).
 
-LyX 1.6.x makes great use of C++ Standard Template Library (STL).
+LyX makes great use of C++ Standard Template Library (STL).
 This means that gcc users will have to install the relevant libstdc++
 library to be able to compile this version of LyX. 
 
-LyX has been tested with all Qt versions since Qt 4.2.2. For compilation
-you need to compile against at least Qt 4.2.2. The only special point to
+LyX has been tested with all Qt versions since Qt 4.4.0. For compilation
+you need to compile against at least Qt 4.4.0. The only special point to
 make is that you must ensure that both LyX and the Qt libraries are
 compiled with the same C++ compiler.