]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.Win32
Documented Export As... GUI enhancements.
[lyx.git] / INSTALL.Win32
index dfd56272f3f555076aec644707ef376d465f7152..13730972dc3ef15d4cf935e8bf4a63a4a43881ec 100644 (file)
@@ -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
@@ -38,12 +41,12 @@ Compiling with Microsoft Visual C++
 
        - Run the CMake GUI.
         
-       - Set the source code path to C:\LyX\lyx-20\development\cmake
+       - Set the source code path to C:\LyX\lyx-20
          Set the build path to C:\LyX\lyx-20-build
          Click Configure and set the generator to Visual Studio 10.
 
        - Enable LYX_DEPENDENCIES_DOWNLOAD and click Configure.
-      Pre-compiled dependencies will automatically be downloaded.
+         Pre-compiled dependencies will automatically be downloaded.
        
        - Set QT_QMAKE_EXECUTABLE to e.g.
          C:\Qt\qt-everywhere-opensource-src-4.7.1\bin\qmake.exe