mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 01:15:24 +00:00
* INSTALL:
* README: - we require gcc-3.4 (at least LyX apparently does not compile with 3.3). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29902 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a0b9b063c7
commit
a92e43cc23
3
INSTALL
3
INSTALL
@ -39,11 +39,12 @@ files and proceed as stated below.
|
|||||||
|
|
||||||
You will also probably need GNU m4 (perhaps installed as gm4).
|
You will also probably need GNU m4 (perhaps installed as gm4).
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
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 3.x).
|
means that the compilers are close to C++ standard conforming (gcc 3.4.x).
|
||||||
|
|
||||||
LyX 1.6.x makes great use of C++ Standard Template Library (STL).
|
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++
|
This means that gcc users will have to install the relevant libstdc++
|
||||||
|
2
README
2
README
@ -89,7 +89,7 @@ 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.6.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.4.x.
|
||||||
|
|
||||||
* The Qt4 library, version 4.2.0 or newer.
|
* The Qt4 library, version 4.2.0 or newer.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user