]> git.lyx.org Git - lyx.git/commitdiff
small doc glitches
authorPavel Sanda <sanda@lyx.org>
Wed, 21 Feb 2018 13:47:03 +0000 (14:47 +0100)
committerPavel Sanda <sanda@lyx.org>
Wed, 21 Feb 2018 13:47:03 +0000 (14:47 +0100)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index 8d3b609c76d3914fb79a463737a2ec6866597997..2addec519e069702c2056db260eb6fcd5580b508 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 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=<path-to-your-qt-installation>
-          (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 8c442fd11e34bd0d52ff71a62732ec3b3f80430d..57642dc534dcd7f7f79b2d8fadd25b7401f8b16b 100644 (file)
--- 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?