X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.Win32;h=7d1d4a71f8c8a021281650556a4f7314a432a847;hb=88dd04083fd324a51c29d3e541ee81dd2b5d42f0;hp=ed55f7660a507929ceb0c9abd49e60a0f6af131b;hpb=5402048cea38210c2063a91dc5a96d85ca689924;p=lyx.git diff --git a/INSTALL.Win32 b/INSTALL.Win32 index ed55f7660a..7d1d4a71f8 100644 --- a/INSTALL.Win32 +++ b/INSTALL.Win32 @@ -1,15 +1,19 @@ Compiling LyX 1.5 for Win32 =========================== -LyX 1.5 can be compiled with Microsoft Visual C++ 2005 or MinGW. +LyX 1.5 can be compiled with Microsoft Visual C++ 2005 (recommended) or MinGW. Compiling with MSVC 2005 ======================== -1 Install MSVC 2005 +1 Install MSVC 2005 SP1 If you don't have MSVC 2005 installed, download and install the free Express edition from http://msdn.microsoft.com/vstudio/express/visualc/ + From this page you should also download and install Service Pack 1. + + A hotfix needs to be installed because of a bug in the compiler. + Search for VS80sp1-KB930859-X86-ENU.exe on Google and install it. 2 Install the Windows Platform SDK @@ -17,7 +21,7 @@ Compiling with MSVC 2005 (You don't need to install the IIS, MDAC, and Tablet PC SDK that are delivered with the Platform SDK.) -3 configure MSVC +3 Configure MSVC Follow exactly the steps of http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ @@ -42,15 +46,17 @@ Compiling with MSVC 2005 6 Install the dependencies - Download http://www.lyx.org/~bpeng/lyx-windows-deps-msvc-qt422.zip + Download ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc-qt4.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 + a directory called lyx-windows-deps-msvc-qt4 next to the other directories like src, development etc.). 7 Compile From MS Visual Studio command prompt (not the regular cmd.exe), - run development\Win32\packaging\build_msvc.bat + run + > cd \development\Win32\packaging + > build_msvc.bat 8 First start of LyX @@ -67,11 +73,6 @@ Compiling with MSVC 2005 QtCore4.dll QtGui4.dll - 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.) - msvcp80.dll and msvcr80.dll are the C Runtime and C++ libraries supplied with MSVC 2005. They are freely redistributable. See http://msdn2.microsoft.com/en-us/library/8kche8ah(VS.80).aspx @@ -85,6 +86,10 @@ Compiling with MSVC 2005 Compiling with MinGW ==================== + These instructions allow you to create a basic LyX build with MinGW. + To be able to use all LyX features, compiling with MSVC 2005 is recommended. + Creating an installer for MinGW builds is no longer supported. + 1 Install MinGW, and all the gcc-related stuff, and win32api. 2 download qt-win-opensource-4.x.x-mingw.exe and install to c:\qt\4.2.2.