X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=cc056ef924fc13ad474d79d26a2341af71dec5af;hb=cc87e897ff00e2f6e6d3a439fc454860e345fc43;hp=a330a0b241d78eee8bbe096278f0e7c66651e6f7;hpb=7511bcf39f3bbb329e3d2644fd3466509039f24a;p=lyx.git diff --git a/INSTALL b/INSTALL index a330a0b241..cc056ef924 100644 --- a/INSTALL +++ b/INSTALL @@ -14,8 +14,8 @@ These four steps will compile, test and install LyX: distribution). 1) ./configure configures LyX according to your system. You - may have to set --with-qt4-dir= - (for example, "--with-qt4-dir=/usr/share/qt4/") if the + may have to set --with-qt-dir= + (for example, "--with-qt-dir=/usr/share/qt4/") if the environment variable QTDIR is not set and pkg-config is not available. @@ -36,7 +36,7 @@ Note for Git checkouts ----------------------------- If you have checked this out from Git, you need to have: -* automake (supported versions are 1.8--1.14) +* automake (supported versions are 1.8--1.15) * autoconf (supported versions are 2.60--2.69) Then type "./autogen.sh" to build the needed configuration files and proceed as stated above/below. @@ -80,11 +80,11 @@ The two following programs should be available at configuration time: as. Otherwise, LyX will not be able to run a number of tests. Note that users can run these tests manually with Tools>Reconfigure. - o Python 2.4 or newer must be installed. Python is used for many - simple tasks that are executed by external scripts, such as the - automatic configuration step and the import of older LyX documents - with the lyx2lyx script (this script is called automatically when - opening a file). Python 3.0 or later is not supported. + o Python 2.7 must be installed. Python is used for many simple tasks + that are executed by external scripts, such as the automatic + configuration step and the import of older LyX documents with the + lyx2lyx script (this script is called automatically when opening a + file). Python 3 (3.3 or later) support is work in progress. Creating the Makefile @@ -274,7 +274,7 @@ you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. -If you have to use a `make' that does not supports the `VPATH' +If you have to use a `make' that does not support the `VPATH' variable, you have to compile LyX for one architecture at a time in the source code directory. After you have installed LyX for one architecture, use `make distclean' before reconfiguring for another