]> git.lyx.org Git - lyx.git/blobdiff - README
de.po
[lyx.git] / README
diff --git a/README b/README
index dfc57d323213ec4d23ceebe17afb613809c5b8d8..b6b7a2ffb35d62ec9b73cceb00873e96c804f2f2 100644 (file)
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ What do I need to run LyX?
 
     Either:
     * a Unix-like system (including Windows with Cygwin)
-    * Windows 2000 or newer
+    * Windows Vista or newer
     * Mac OS 10.4 or newer
 
     A decent LaTeX2e installation (e.g. TeX Live for Linux, MikTeX for
@@ -88,11 +88,10 @@ What do I need to compile LyX from the source distribution?
 
     * A C++11 compiler. Development is being done mainly with gcc/g++,
       but clang and MSVC are known to work too. As of LyX 2.4.0, you
-      need at least gcc 4.7.
+      need at least gcc 4.9.
 
     * The Qt library, at least version 5.2 (5.6 recommended). It is
-      still possible to compile with Qt 4.8, but this is not
-      recommended.
+      also possible to compile with Qt 6.x.
 
     Read the file "INSTALL" for more information on compiling.