X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=99114b2de356456c65330ed9caf3d0a1a2ccc27c;hb=c93b3a24a03243067a94d2d5875f82bac00a3d8c;hp=9e9136733736c0668bd587e2f7142a2b09df867a;hpb=10335b93b4e7190520f19c7c5fb8d816eb86ede2;p=lyx.git diff --git a/INSTALL b/INSTALL index 9e91367337..99114b2de3 100644 --- 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.