]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.Win32
Work around bug 2859 by Bernhard R.:
[lyx.git] / INSTALL.Win32
index 8bba61f0ac2446e414537b416441159550228ad0..f858b37bdc76b0001acbfe7724bce09dc747ef75 100644 (file)
@@ -113,3 +113,8 @@ Creating the Installer
        Finally, go to development\Win32\packaging\installer
        (in a normal Windows Explorer), right-click on lyx.nsi and click
        "Compile NSIS Script".
+
+       You can also use the installer target of scons. Namely, use a command like
+          $ 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.