Skip to content

Commit

Permalink
Update tutorial_9-0.md
Browse files Browse the repository at this point in the history
Copying line osrf#89 or osrf#92 implicitly for VS version higher than 2017 won't let cmd locate vcvarsall.bat as intended.
  • Loading branch information
devthepenguin authored Feb 15, 2021
1 parent 4a6b621 commit dbdc112
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install_on_windows/tutorial_9-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ Windows `cmd` for configuring and building. You might also need to
1. Open a regular Windows shell (Start->Run->"cmd"->enter), and load your compiler setup by copying and pasting the following line:

"C:\Program Files\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
or
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64

Note: Replace 2017 with 2019 in the path if running VS 2019

"C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
or
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64

Expand Down

0 comments on commit dbdc112

Please sign in to comment.