]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.scons
add Sanda Pavel
[lyx.git] / INSTALL.scons
index 47a5855f4efe899f6d661d06481fa0e8bc307a8a..c1a4788e5bf9a07f8867840e9ea34c9855a5219a 100644 (file)
@@ -80,7 +80,7 @@ Components to use/build:
 
   * frontend=qt3/qt4: qt3 is the default for all *nix systems including
     windows cygwin. qt4 is the default for windows/mingw and windows/
-    msvc. xform and gtk are not currently supported.
+    msvc. gtk is not currently supported.
   * mode=debug/release: lyx will be built under the debug or release
     directory, with different default build options.
   * boost=included/system/auto: whether or not use included boost, system
@@ -116,7 +116,7 @@ Convenience options:
   * rebuild=target1,target2... By default, scons will exam all components
     when you build lyx. You can free scons from some hard work and save
     yourself some time by telling scons to rebuild only specified
-    component(s).
+    component(s). rebuild=no, none, yes or all can be used as well.
   * log_file: a log file of executed commands, default to scons_lyx.log