Updated Building OpenSSH for Windows (using LibreSSL crypto) (markdown)

Tess Gauthier 2022-02-24 11:23:50 -05:00
parent 2bf0899639
commit fb43b4ff46

@ -4,7 +4,7 @@
#### Building OpenSSH for Windows Using Visual Studio, 2015 or newer [*Recommended*]
- Download and Install VS 2015, or newer, with Desktop Development with C++ - [latest install here](https://visualstudio.microsoft.com/downloads/)
- Confirm the Desktop Development with C++ Kit was installed properly by checking `${env:ProgramFiles(x86)}\Microsoft Visual Studio\<2015/2017/2019/2022>\<Community/Professional/Enterprise>\VC\Auxiliary\Build` for a `vcvarsall.bat` file, as shown in the image below:
- Confirm the Desktop Development with C++ Kit was installed properly by checking `${env:ProgramFiles(x86)}\Microsoft Visual Studio\*\*\VC\Auxiliary\Build` for a `vcvarsall.bat` file, as shown in the image below:
![C++ Development Kit Folder Location](https://user-images.githubusercontent.com/14894321/155555676-53815d5e-5fb0-48ed-b71d-d0a679cb276b.png)
- Install Windows SDK 10.0.17663.0 during Visual Studio install, or download from [here](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/)
- Confirm the SDK was installed properly by checking `${env:ProgramFiles(x86)}\Windows Kits\10\Bin` for a `10.0.17763.0` folder, as shown in the image below: