File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -309,19 +309,27 @@ $ cd ~/dev/mayaMatchMoveSolver_maya2020Deploy_windows64/; git fetch --all; git c
309309
310310Run in the Windows Command Prompt with the needed MSVC compiler environment paths set up:
311311(For example run "VS2012 x64 Cross Tools Command Prompt" or "VS2015 x86 x64 Cross Tools Command Prompt")
312+
313+ Visual Studio 2012:
312314``` cmd
313315REM Maya 2016
314316> cd %userprofile%\dev\mayaMatchMoveSolver_maya2016Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2016.bat
315317
316318REM Maya 2017
317319> cd %userprofile%\dev\mayaMatchMoveSolver_maya2017Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2017.bat
320+ ```
318321
322+ Visual Studio 2015:
323+ ``` cmd
319324REM Maya 2018
320325> cd %userprofile%\dev\mayaMatchMoveSolver_maya2018Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2018.bat
321326
322327REM Maya 2019
323328> cd %userprofile%\dev\mayaMatchMoveSolver_maya2019Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2019.bat
329+ ```
324330
331+ Visual Studio 2017:
332+ ``` cmd
325333REM Maya 2020
326334> cd %userprofile%\dev\mayaMatchMoveSolver_maya2020Deploy_windows64 && scripts\build_cminpack.bat && scripts\build_mmSolver_windows64_maya2020.bat
327335```
You can’t perform that action at this time.
0 commit comments