* README: document recent gcc discussion.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg194937.html
This commit is contained in:
Pavel Sanda 2016-06-15 11:10:31 -07:00
parent 52dd5dc84f
commit 5de30b1210

8
README
View File

@ -87,11 +87,11 @@ 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.6.0, you need at gcc/g++, but some others work also. As of LyX 2.3.0, you need
least gcc 3.2.x. at least gcc 4.6.x.
* The Qt4 library, at least version 4.5.0. For all features * The Qt4 library, at least version 4.8.0. For all features
newer versions (e.g. Qt 4.8) are recommended. newer versions (e.g. Qt 5.6) are recommended.
Read the file "INSTALL" for more information on compiling. Read the file "INSTALL" for more information on compiling.