Skip to content

Commit

Permalink
Clarify VS2019 requirement for vcpkg. (CleverRaven#54170)
Browse files Browse the repository at this point in the history
Co-authored-by: akrieger <[email protected]>
  • Loading branch information
akrieger and akrieger authored Jan 8, 2022
1 parent a2d1557 commit 55ae5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/COMPILING/COMPILING-VS-VCPKG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Steps from current guide were tested on Windows 10 (64 bit), Visual Studio 2019
* NTFS partition with ~15 Gb free space (~10 Gb for Visual Studio, ~1 Gb for vcpkg installation, ~3 Gb for repository and ~1 Gb for build cache);
* Git for Windows (installer can be downloaded from [Git homepage](https://git-scm.com/));
* Visual Studio 2019 (or 2015 Visual Studio Update 3 and above);
* **Note**: If you are using Visual Studio 2022, you must install the Visual Studio 2019 compilers to work around a vcpkg bug. In the Visual Studio Installer, select the 'Individual components' tab and search for / select the component that looks like 'MSVC v142 - VS 2019 C++ x64/x86 Build Tools'. See https://github.com/microsoft/vcpkg/issues/22287.
* Latest version of vcpkg (see instructions on [vcpkg homepage](https://github.com/Microsoft/vcpkg)).

**Note:** Windows XP is unsupported!
Expand Down

0 comments on commit 55ae5ff

Please sign in to comment.