Skip to content

Commit b5e3816

Browse files
Update tutorial_9-0.md (#138)
Copying line 89 or 92 implicitly for VS version higher than 2017 won't let cmd locate vcvarsall.bat as intended.
1 parent 02f1d61 commit b5e3816

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

install_on_windows/tutorial_9-0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ Windows `cmd` for configuring and building. You might also need to
9090
or
9191
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
9292

93+
Note: Replace 2017 with 2019 in the path if running VS 2019
94+
95+
"C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
96+
97+
or
98+
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
99+
93100
1. In a Windows shell, configure and build Ignition CMake
94101

95102
cd ign-cmake

0 commit comments

Comments
 (0)