X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.Win32;h=e24470055efe684c3e5b8e211285ad48a8e23ffe;hb=211e50337fbc1535da9a90f040753be82dff0557;hp=2342efceea9c01625a19e9841ee741c65f8cc6b0;hpb=9129a709413cdae26f98fe5e48e6e1639371e7cd;p=lyx.git diff --git a/INSTALL.Win32 b/INSTALL.Win32 index 2342efceea..e24470055e 100644 --- a/INSTALL.Win32 +++ b/INSTALL.Win32 @@ -1,5 +1,5 @@ -Compiling LyX 2.0 for Win32 -=========================== +Compiling LyX 2.0 for Win32 and creating Windows installer +========================================================== It's recommended to compile LyX using Microsoft Visual C++ 2010 and CMake. Pre-compiled packages with dependencies are provided for this environment. @@ -16,6 +16,9 @@ Compiling with Microsoft Visual C++ If you don't have Visual C++ 2010 installed, get the free Express edition from http://www.microsoft.com/express/Downloads/ + All dependencies are linked against the MSVC 2010 runtime and won't work in + combination with MSVC 2008. You'll get crashes and other unexpected issues. + 2 Compile Qt Download the latest Qt everywhere open source version from @@ -103,4 +106,7 @@ Compiling with Microsoft Visual C++ Creating the Installer ====================== - The installer for LyX 2.0 is currently being developed. + - Get NSIS from http://nsis.sourceforge.net + - In the LyX source directory, go to development\Win32\packaging\installer + - Check whether the file locations in settings.nsh match your setup. + - Right-click on lyx.nsi and click "Compile NSIS Script".