mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
INSTALL: require Qt 4.4 for LyX 2.0
(Qt 4.2 is 3 years old and requiring at least a one year old release of Qt should be acceptable for a new major release.) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30406 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3a41879cb4
commit
4fba1a5643
8
INSTALL
8
INSTALL
@ -49,10 +49,10 @@ LyX 1.6.x 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 Qt 4.2/3/4.x. For compilation you need to compile
|
||||
against at least Qt 4.2.2. 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.
|
||||
LyX has been tested with Qt 4.4.x and 4.5.x. For compilation you
|
||||
need to compile against at least Qt 4.4.2. 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.
|
||||
|
||||
Note that if Qt is using Xft2/fontconfig, you may need to install the
|
||||
latex-xft-fonts package (at ftp://ftp.lyx.org/pub/lyx/contrib/) to get
|
||||
|
Loading…
Reference in New Issue
Block a user