From 507ebe2696a89d231e16910d8a730030588ab335 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 17 Feb 2017 13:51:27 -0800 Subject: [PATCH] Updated Building using VS 2015 (markdown) --- Building-using-VS-2015.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Building-using-VS-2015.md b/Building-using-VS-2015.md index acce6c1..f3663cd 100644 --- a/Building-using-VS-2015.md +++ b/Building-using-VS-2015.md @@ -2,6 +2,11 @@ Download and Install VS 2015 [Community Edition](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) +Clone https://github.com/PowerShell/openssh-portable + +Build OpenSSL or copy SDK payload from https://github.com/PowerShell/Win32-OpenSSH/tree/L1-Prod/contrib/win32/openssh/OpenSSLSDK. Copy OpenSSLSDK and place it under contrib/win32/openssh. + + Open "contrib\win32\openssh\Win32-OpenSSH.sln" in Visual Studio and continue building Win32-OpenSSH binaries If you see crt headers related errors on recompilations, try deleting the following file, and do a clean build subsequently