]> git.lyx.org Git - lyx.git/blobdiff - INSTALL
cmake: also add gifs to resources
[lyx.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 8edf02b5aa6a2bda84bdca84cd23be87ccc783f6..13ce2cb15a35c7992f98e106737d8d8b06481534 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -69,6 +69,11 @@ at the console. Most recent distributions are known to use fontconfig.
 If, however, your version of Qt does not use fontconfig, then TeX
 fonts should be added to the font path. 'man xset' is your friend.
 
+To build LyX with spell checking capabilities included you have to
+install at least one of the development packages of the spell checker
+libraries. See the RELEASE-NOTES for details.
+
+
 * Other things to note
 
 If you make modifications to files in src/ (for example by applying a
@@ -206,7 +211,7 @@ this file.
 
 The following options allow to tweak more precisely the generated code:
 
-  o --enable-profiling instruments the code for use with the gprof
+  o --enable-gprof instruments the code for use with the gprof
     profiler. The result are only meaningful in conjunction with
     --enable-build-type=release.