]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.Win32
Limit the work-around in rev. 16874 to Windows.
[lyx.git] / INSTALL.Win32
index e40a06b51d9221adc5dce5365c06275f3515b10e..f858b37bdc76b0001acbfe7724bce09dc747ef75 100644 (file)
@@ -61,10 +61,15 @@ Compiling with MSVC 2005
        aspell.dll
        iconv.dll
        intl.dll
+       Microsoft.VC80.CRT.manifest
+       msvcp80.dll
+       msvcr80.dll
        QtCore4.dll
        QtGui4.dll
-       (If the files are not on your system, you can download them from
-        http://wiki.lyx.org/uploads/DevelTools/buildLyx/LyXWinBuildDLLs.zip)
+       
+       The Microsoft.VC80.CRT.manifest, QtCore4.dll, and QtGui4.dll should be present on your system.
+       The other files can be downloaded from:
+       http://wiki.lyx.org/uploads/DevelTools/buildLyx/LyXWinBuildDLLs.zip
 
 
 Compiling with MinGW
@@ -108,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.