]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.Win32
Limit the work-around in rev. 16874 to Windows.
[lyx.git] / INSTALL.Win32
index dc59b974dc0609ac603e0ddf3e4b67b5e16114da..f858b37bdc76b0001acbfe7724bce09dc747ef75 100644 (file)
@@ -62,6 +62,8 @@ Compiling with MSVC 2005
        iconv.dll
        intl.dll
        Microsoft.VC80.CRT.manifest
+       msvcp80.dll
+       msvcr80.dll
        QtCore4.dll
        QtGui4.dll
        
@@ -111,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.