]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.Win32
Remove command.py from windows installer, which is no longer needed after r17095
[lyx.git] / INSTALL.Win32
index 50907b264e26bcffd8a2f64575ec857fd3cdaacc..ed55f7660a507929ceb0c9abd49e60a0f6af131b 100644 (file)
@@ -128,3 +128,10 @@ Creating the Installer
           $ scons -f development\scons\SConscript installer
        This will create $BUILDDIR\lyx-version-timestamp-Installer.exe for a devel version,
        and $BUILDDIR\lyx-version-Install.exe for a released version of lyx.
+
+       If you also want to generate bundled installer, download 
+       lyx-windows-bundle-deps.zip from http://www.lyx.org/~bpeng, unpack
+       to lyx-windows-bundle-deps under the top source directory, and run
+         $ scons -f development\scons\SConstruct installer bundle=1
+       If you prefer to use another directory, you can use option bundle_dir like
+         $ scons -f development\scons\SConstruct installer bundle=1 bundle_dir=c:\bundle