]> git.lyx.org Git - lyx.git/blobdiff - INSTALL
Remove python warning
[lyx.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index c18d140074295829eee0950dbbf1783e40cfe5ea..f7eeb789192ebbe279808026cf0dacf59a3f4d83 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +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.
+          You will need --disable-qt5 switch for choosing qt4 over qt5.
 
           See Note below if ./configure script is not present.
 
@@ -228,6 +228,9 @@ The following options allow you to tweak the generated code more precisely (see
     --without-included-boost is specified). You may have to use
     --disable-stdlib-debug when linking development versions against
     your system's boost library.
+    The same problem applies to hunspell (as of hunspell 1.5). So either
+    compile --with-included-hunspell or --disable-stdlib-debug when
+    linking development versions against your system's hunspell library.
 
   o --enable-monolithic-build[=boost,client,insets,mathed,core,tex2lyx,frontend-qt4]
     that enables monolithic build of the given parts of the source