]> git.lyx.org Git - lyx.git/commitdiff
Qt >= 4.2.0 is required.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 14 Nov 2007 14:45:28 +0000 (14:45 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 14 Nov 2007 14:45:28 +0000 (14:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21609 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL
README

diff --git a/INSTALL b/INSTALL
index 15ff05fdd423fd2c59acd3d507e8523d20346529..73cc24f8c2ed9e70f9c1dd79faba4c3bc82ff780 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -55,7 +55,7 @@ library to be able to compile this version of LyX. Users of gcc 2.95.x
 will have to install the STLPort version of these libraries as the
 ones that come with gcc 2.95.x are too broken for us to use.
 
-LyX has been tested with Qt 4.1.5. The only special point to 
+LyX has been tested with Qt 4.2.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.
 
diff --git a/README b/README
index 0393b868366509b344d77a0ac33e089604b2b960..6a561b77b9fe7040e2d481cfe8f7e6c8b8b92a9f 100644 (file)
--- a/README
+++ b/README
@@ -88,10 +88,10 @@ How do I upgrade from an earlier LyX version?
 What do I need to compile LyX from the source distribution?
 
     * A good C++ compiler.  Development is being done mainly with
-      gcc/g++, but some others work also. As of LyX 1.5.0, you need at
+      gcc/g++, but some others work also. As of LyX 1.6.0, you need at
       least gcc 3.2.x.
 
-    * The Qt4 library, version 4.1.1 or newer.
+    * The Qt4 library, version 4.2.0 or newer.
 
     Read the file "INSTALL" for more information on compiling.