Skip to content

Update building.md #582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,15 +362,15 @@ done with the MinGW command line installer:
mingw-get.exe install msys-zip
mingw-get.exe install msys-unzip

##### Visual Studio 2010 Compilers
##### Visual Studio 2019 Compilers

The 32-bit and 64-bit OpenJDK Windows build requires Microsoft Visual Studio
C++ 2010 (VS2010) Professional Edition or Express compiler. The compiler and
C++ 2019 (VS2019) Professional Edition or Express compiler. The compiler and
other tools are expected to reside in the location defined by the variable
`VS100COMNTOOLS` which is set by the Microsoft Visual Studio installer.

Only the C++ part of VS2010 is needed. Try to let the installation go to the
default install directory. Always reboot your system after installing VS2010.
Only the C++ part of VS2019 is needed. Try to let the installation go to the
default install directory. Always reboot your system after installing VS2019.
The system environment variable VS100COMNTOOLS should be set in your
environment.

Expand Down