mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Use default MSVC install path
My memory was wrong, the default path uses the internal version number.
This commit is contained in:
parent
5ab19af782
commit
4bc2b248f7
@ -38,7 +38,7 @@ Compiling with Microsoft Visual C++
|
|||||||
"Visual Studio 2015\Visual Studio Tools" subfolder of the start menu.
|
"Visual Studio 2015\Visual Studio Tools" subfolder of the start menu.
|
||||||
Run the CMake GUI from the command window that was opened.
|
Run the CMake GUI from the command window that was opened.
|
||||||
Alternatively, you can create a .bat file that first contains the line
|
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.
|
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
|
The MSVC 2015 command prompt or vcvarsall.bat set some environment
|
||||||
variables that are needed for CMake to find the compiler.
|
variables that are needed for CMake to find the compiler.
|
||||||
|
Loading…
Reference in New Issue
Block a user