]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.Win32
Add class attribute for \mathbb in XHTML output.
[lyx.git] / INSTALL.Win32
index a9d02a5bfe8be372134c2d4f8190503af069778d..f5d8b04e4113f85c31adbc09ae029b2db15ffc2f 100644 (file)
@@ -20,6 +20,8 @@ Compiling with Microsoft Visual C++
        Download the latest Qt for Open Source C++ development on Windows (VS2015)
        from https://qt.io/download-open-source/
        Qt 5.6.x is recommended, but 5.7.x or later versions should work as well.
+       Make sure that the bin subfolder of the Qt installation (e.g.
+       C:\Qt\Qt5.6.1\5.6\msvc2015\bin) is listed in the PATH environment variable.
 
 3      Install Python
 
@@ -32,9 +34,11 @@ Compiling with Microsoft Visual C++
 
 5      Configure
 
-       - Open the MSVC 2015 command prompt and run the CMake GUI from there.
+       - Open the "Developer Command Prompt for VS2015" from the
+         "Visual Studio 2015\Visual Studio Tools" subfolder of the start menu.
+         Run the CMake GUI from the command window that was opened.
          Alternatively, you can create a .bat file that first contains the line
-         call "C:\Program Files (x86)\Microsoft Visual Studio 2015\VC\vcvarsall.bat" x86
+         call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
          and then calls the CMake GUI and use this .bat file to start CMake.
          The MSVC 2015 command prompt or vcvarsall.bat set some environment
          variables that are needed for CMake to find the compiler.
@@ -46,10 +50,6 @@ Compiling with Microsoft Visual C++
        - Enable LYX_DEPENDENCIES_DOWNLOAD and click Configure.
          Pre-compiled dependencies will automatically be downloaded.
 
-       - Set QT_QMAKE_EXECUTABLE to e.g.
-         C:\Qt\qt-everywhere-opensource-src-5.6.1\bin\qmake.exe
-         and Configure again.
-
        - Enable the LYX_INSTALL option, set CMAKE_INSTALL_PREFIX to
          C:\LyX\lyx-23-install and click Configure.