]> git.lyx.org Git - lyx.git/commitdiff
update build instructions (Qt 4.2.2 etc.)
authorUwe Stöhr <uwestoehr@web.de>
Sun, 4 Feb 2007 22:35:41 +0000 (22:35 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 4 Feb 2007 22:35:41 +0000 (22:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17045 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL.Win32

index f858b37bdc76b0001acbfe7724bce09dc747ef75..0bb83313bd899f5f8a6de9f12ad4463005e7edf5 100644 (file)
@@ -38,11 +38,11 @@ Compiling with MSVC 2005
        
 5      Install SCons
        
-       Download and install SCons 0.96.92 (or newer but not 0.96.1) from http://www.scons.org/download.php
+       Download and install SCons 0.96.92 (or newer, but not 0.96.1) from http://www.scons.org/download.php
        
 6      Install the dependencies
        
-       Download ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc-qt4.zip
+       Download http://www.lyx.org/~bpeng/lyx-windows-deps-msvc-qt422.zip
        and extract in the root directory of your LyX files (so you will get
        a directory called lyx-windows-deps-msvc next to the other directories
        like src, development etc.).
@@ -67,9 +67,10 @@ Compiling with MSVC 2005
        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 downloaded from:
+       All files except of the msvcp80.dll and msvcr80.dll should be present on your system.
+       The missing files can be downloaded from:
        http://wiki.lyx.org/uploads/DevelTools/buildLyx/LyXWinBuildDLLs.zip
+       (Currently there is a bug in the aspell.dll, so use the version that is delivered in this zip-file.)
 
 
 Compiling with MinGW