Author: sanda
Date: Sun Nov 7 00:24:50 2010
New Revision: 36170
URL: http://www.lyx.org/trac/changeset/36170
Log:
Update docs
Modified:
lyx-devel/trunk/INSTALL
lyx-devel/trunk/README
Modified: lyx-devel/trunk/INSTALL
==============================================================================
--- lyx-devel/trunk/INSTALL Sun Nov 7 00:07:19 2010 (r36169)
+++ lyx-devel/trunk/INSTALL Sun Nov 7 00:24:50 2010 (r36170)
@@ -85,7 +85,7 @@
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
Modified: lyx-devel/trunk/README
==============================================================================
--- lyx-devel/trunk/README Sun Nov 7 00:07:19 2010 (r36169)
+++ lyx-devel/trunk/README Sun Nov 7 00:24:50 2010 (r36170)
@@ -40,6 +40,7 @@
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 @@
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.