mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
a97fcadb9d
commit
5093b1da04
2
INSTALL
2
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
|
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.
|
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
|
make is that you must ensure that both LyX and the Qt libraries are
|
||||||
compiled with the same C++ compiler.
|
compiled with the same C++ compiler.
|
||||||
|
|
||||||
|
4
README
4
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?
|
What do I need to compile LyX from the source distribution?
|
||||||
|
|
||||||
* A good C++ compiler. Development is being done mainly with
|
* 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.
|
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.
|
Read the file "INSTALL" for more information on compiling.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user