We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f1d61 commit b5e3816Copy full SHA for b5e3816
install_on_windows/tutorial_9-0.md
@@ -90,6 +90,13 @@ Windows `cmd` for configuring and building. You might also need to
90
or
91
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
92
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
100
1. In a Windows shell, configure and build Ignition CMake
101
102
cd ign-cmake
0 commit comments