]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.scons
* Encoding.cpp (fromLaTeXCommand): fix bug when the string passed
[lyx.git] / INSTALL.scons
index f8b57570999b55ae99a24cf68971946d1f2b7bb1..e6e6babae5bfe04ce6edffe4faf0d7a0ad01a54f 100644 (file)
@@ -61,6 +61,9 @@ file:
   > mkdir build
   > cd build
   > scons -f ../development/scons/SConstruct frontend=qt4 all
+If you are tired of typing development/scons/SConstruct, you can link 
+development/scons/SConstruct to the top source directory and use this
+SConstruct file.
 
 There are three types of command line options:
   * key=value are user options. They are used to tell scons which
@@ -89,7 +92,7 @@ Components to use/build:
     one.
   * gettext=included/system/auto
   * nls=yes/no whether or not enable natural language support.
-  * spell=aspell/pspell/ispell/auto: spell engine
+  * spell=aspell/auto: spell engine
 
 
 Paths: Most of them will be probed if not specified.