From: Pavel Sanda Date: Wed, 15 Jun 2016 18:10:31 +0000 (-0700) Subject: * README: document recent gcc discussion. X-Git-Tag: 2.3.0alpha1~1446 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5de30b1210a;p=features.git * README: document recent gcc discussion. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg194937.html --- diff --git a/README b/README index 4eb5b621ef..6cd02bd50e 100644 --- a/README +++ b/README @@ -87,11 +87,11 @@ How do I upgrade from an earlier LyX version? 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. + gcc/g++, but some others work also. As of LyX 2.3.0, you need + at least gcc 4.6.x. - * The Qt4 library, at least version 4.5.0. For all features - newer versions (e.g. Qt 4.8) are recommended. + * The Qt4 library, at least version 4.8.0. For all features + newer versions (e.g. Qt 5.6) are recommended. Read the file "INSTALL" for more information on compiling.