Qt >= 4.2.0 is required.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21609 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-14 14:45:28 +00:00
parent a97fcadb9d
commit 5093b1da04
2 changed files with 3 additions and 3 deletions

View File

@ -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.

4
README
View File

@ -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.