* 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:
Jürgen Spitzmüller 2009-06-02 05:49:34 +00:00
parent a0b9b063c7
commit a92e43cc23
2 changed files with 3 additions and 2 deletions

View File

@ -39,11 +39,12 @@ files and proceed as stated below.
You will also probably need GNU m4 (perhaps installed as gm4).
Requirements
------------
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).
This means that gcc users will have to install the relevant libstdc++

2
README
View File

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