]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.Win32
Work around bug 2859 by Bernhard R.:
[lyx.git] / INSTALL.Win32
index a731d222e5c58df5671f513174855e39b0d6dcdb..f858b37bdc76b0001acbfe7724bce09dc747ef75 100644 (file)
@@ -62,11 +62,13 @@ Compiling with MSVC 2005
        iconv.dll
        intl.dll
        Microsoft.VC80.CRT.manifest
+       msvcp80.dll
+       msvcr80.dll
        QtCore4.dll
        QtGui4.dll
        
        The Microsoft.VC80.CRT.manifest, QtCore4.dll, and QtGui4.dll should be present on your system.
-       The other files can be download from:
+       The other files can be downloaded from:
        http://wiki.lyx.org/uploads/DevelTools/buildLyx/LyXWinBuildDLLs.zip
 
 
@@ -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.