]> git.lyx.org Git - lyx.git/blobdiff - INSTALL
Wininstaller, fix bug where previous installations, with emergency version greater...
[lyx.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 9e9136733736c0668bd587e2f7142a2b09df867a..99114b2de356456c65330ed9caf3d0a1a2ccc27c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ Quick compilation guide
 
 These four steps will compile, test and install LyX:
 
-       0) Linux users beware: You need qt4 and qt4-devel packages
+       0) Linux users beware: You need qt4/5 and qt4/5-devel packages
           of the same version to compile LyX.
 
           In general, it is also recommended to have pkg-config
@@ -18,6 +18,7 @@ These four steps will compile, test and install LyX:
           (for example, "--with-qt-dir=/usr/share/qt4/") if the
           environment variable QTDIR is not set and pkg-config is not
           available.
+          You will need --enable-qt5 switch for choosing qt5 over qt4.
 
           See Note below if ./configure script is not present.
 
@@ -36,7 +37,7 @@ Note for Git checkouts
 -----------------------------
 
 If you have checked this out from Git, you need to have:
-* automake (supported versions are 1.14--1.15)
+* automake (supported versions are 1.14--1.16)
 * autoconf (supported versions are 2.65--2.69)
 Then type "./autogen.sh" to build the needed configuration
 files and proceed as stated above/below.