mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
From what I read Qt 4.2 is dead because of new threads code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36167 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0a7187b946
commit
f7bb05a35c
6
INSTALL
6
INSTALL
@ -49,12 +49,12 @@ Requirements
|
|||||||
First of all, you will also need a recent C++ compiler, where recent
|
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).
|
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++
|
This means that gcc users will have to install the relevant libstdc++
|
||||||
library to be able to compile this version of LyX.
|
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
|
LyX has been tested with all Qt versions since Qt 4.4.0. For compilation
|
||||||
you need to compile against at least Qt 4.2.2. The only special point to
|
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
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user