]> git.lyx.org Git - lyx.git/commitdiff
* README: document recent gcc discussion.
authorPavel Sanda <sanda@lyx.org>
Wed, 15 Jun 2016 18:10:31 +0000 (11:10 -0700)
committerPavel Sanda <sanda@lyx.org>
Wed, 15 Jun 2016 18:10:31 +0000 (11:10 -0700)
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg194937.html

README

diff --git a/README b/README
index 4eb5b621ef1014a6327f6fe6c121a0f05a6ced6e..6cd02bd50e46320b569fcc791b29ee041bf5471a 100644 (file)
--- 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.