Show VS installer screenshot

This commit is contained in:
Mark Wiemer 2024-12-03 09:30:51 -06:00
parent 70a6f2c5a2
commit e8a4917777
2 changed files with 5 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -2,10 +2,11 @@
## Requirements
- [Visual Studio (VS) 2015 or newer](https://visualstudio.microsoft.com)
> with C++ build tools for desktop (todo add image)
- [CMake](https://cmake.org/download/) (comes with VS C++ build tools)
- [vcpkg](https://github.com/Microsoft/vcpkg) (comes with VS C++ build tools)
- [Visual Studio (VS) 2015 or newer](https://visualstudio.microsoft.com) including
"Desktop development with C++"
![VS installer showing desktop development with C++ selected](assets/vs-installer.png)
- [CMake](https://cmake.org/download/) (comes with VS C++)
- [vcpkg](https://github.com/Microsoft/vcpkg) (comes with VS C++)
- [Git](https://git-scm.com/downloads)
## Compiling and installing the dependencies