* INSTALL: Change required python version from 1.5.2 to 2.3

* INSTALL.scons: ditto
	* README: ditto
	* configure.ac: ditto


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14117 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-06-15 08:44:28 +00:00
parent d8d9db0879
commit 8caaf338c3
4 changed files with 7 additions and 7 deletions

View File

@ -114,7 +114,7 @@ The two following programs should be available at configuration time:
as. Otherwise, LyX will not be able to run a number of tests. Note as. Otherwise, LyX will not be able to run a number of tests. Note
that users can run these tests manually with Edit>Reconfigure. that users can run these tests manually with Edit>Reconfigure.
o Python 1.5.2 or newer installed to be able to import older LyX files 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 with the lyx2lyx script (this script is called automatically when
opening a file). opening a file).

View File

@ -29,8 +29,8 @@ Prerequisites:
-------------- --------------
* Python: * Python:
Python >= 1.5.2 is required to run scons, but Python >= 2.2 is used by Python >= 1.5.2 is required to run scons, but Python >= 2.3 is used by
lyx itself so the newer version is recommended. Python is widely lyx itself so the newer version is needed. Python is widely
available on non-windows systems. Windows users can download and install available on non-windows systems. Windows users can download and install
python from http://www.python.org. python from http://www.python.org.

6
README
View File

@ -27,12 +27,12 @@ What do I need to run LyX?
Either of : Either of :
* a Unix-like system (including Windows with cygwin) * a Unix-like system (including Windows with cygwin)
* Windows 98 or newer * Windows 98 or newer
* Mac OS 10.2 or newer * Mac OS 10.2 or newer
A decent LaTeX2e installation (e.g. teTeX for unix) not older A decent LaTeX2e installation (e.g. teTeX for unix) not older
than 1995/12/01. than 1995/12/01.
Python 1.5.2 or later to convert old LyX files Python 2.3 or later to convert old LyX files and for helper scripts
How does the LyX version scheme work? How does the LyX version scheme work?

View File

@ -48,7 +48,7 @@ fi
AC_CHECK_PROGS(M4, gm4 gnum4 m4, m4) AC_CHECK_PROGS(M4, gm4 gnum4 m4, m4)
# Check for installed python # Check for installed python
AM_PATH_PYTHON(1.5.2,, :) AM_PATH_PYTHON(2.3,, :)
# Work around a problem in automake 1.4: when invoking install-strip, # Work around a problem in automake 1.4: when invoking install-strip,
# INSTALL_PROGRAM is changed to 'install -s', and since # INSTALL_PROGRAM is changed to 'install -s', and since