From: Pavel Sanda Date: Wed, 21 Feb 2018 13:47:03 +0000 (+0100) Subject: small doc glitches X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3833 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8adba3896ce3fa0402ea719ce85140ef6cbdaa1a;p=lyx.git small doc glitches --- diff --git a/INSTALL b/INSTALL index 8d3b609c76..2addec519e 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 qt5 and qt5-devel packages of the same version to compile LyX. In general, it is also recommended to have pkg-config @@ -15,7 +15,7 @@ These four steps will compile, test and install LyX: 1) ./configure configures LyX according to your system. You may have to set --with-qt-dir= - (for example, "--with-qt-dir=/usr/share/qt4/") if the + (for example, "--with-qt-dir=/usr/share/qt5/") if the environment variable QTDIR is not set and pkg-config is not available. diff --git a/README b/README index 8c442fd11e..57642dc534 100644 --- a/README +++ b/README @@ -144,7 +144,7 @@ How do I submit a bug report? If you can't do that, send details to the LyX Developers' mailing list, or use the LyX bug tracker at - http://www.lyx.org/trac/wiki/BugTrackerHome. + http://www.lyx.org/trac/wiki/BugTrackerHome . Don't forget to mention which version you are having problems with! How can I participate in the development of LyX?