]> git.lyx.org Git - lyx.git/commitdiff
Update docs
authorPavel Sanda <sanda@lyx.org>
Sat, 6 Nov 2010 23:24:50 +0000 (23:24 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 6 Nov 2010 23:24:50 +0000 (23:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36170 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL
README

diff --git a/INSTALL b/INSTALL
index 51b55148d3a8bb41b5933ba34424fc4dbc9c1272..6af6565053988f0f1a8cd3445d494f4376f73954 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -85,7 +85,7 @@ The two following programs should be available at configuration time:
 
   o Python 2.3 or newer installed to be able to import older LyX files
     with the lyx2lyx script (this script is called automatically when
-    opening a file).
+    opening a file). Python 3.0 or later is not supported.
 
 
 Creating the Makefile
diff --git a/README b/README
index de437f7f66dbb12c1cec74ff73a3f65b97aa2048..8439a02f369c8c56e7ec574e08bbed8d21364811 100644 (file)
--- a/README
+++ b/README
@@ -40,6 +40,7 @@ What do I need to run LyX?
     Note 2: Python 2.4.0 or later is required for the clean_dvi.py script,
     which, however, is only used on Windows, where at least Python 2.6.0
     is anyway recommended.
+    Note 3: Python 3.0 or later is not supported.
 
 How does the LyX version scheme work?
 
@@ -95,8 +96,8 @@ What do I need to compile LyX from the source distribution?
       gcc/g++, but some others work also. As of LyX 1.6.0, you need at
       least gcc 3.2.x.
 
-    * The Qt4 library, at least version 4.2.0. For all features
-      newer versions (e.g. Qt 4.5) are recommended.
+    * The Qt4 library, at least version 4.4.0. For all features
+      newer versions (e.g. Qt 4.6) are recommended.
 
     Read the file "INSTALL" for more information on compiling.