Updated OpenSSH 64 bit Build and Installation Instructions (markdown)

Ono-Sendai 2016-02-10 22:03:26 +00:00
parent f1cef37e03
commit 75775e6a46

@ -178,3 +178,12 @@ nmake -f ms\nt.mak install
At this point you should have OpenSSL built.
Now open up "contrib\win32\openssh\paths.targets" in your OpenSSH folder.
Set the paths, something like so:
<OpenSSL-Path>D:\programming\OpenSSL\OpenSSLInstallx64_vs2015-debug\</OpenSSL-Path>
<OpenSSL-Win32-Release-Path>D:\programming\OpenSSL\OpenSSLInstallx86_vs2015\</OpenSSL-Win32-Release-Path>
<OpenSSL-Win32-Debug-Path>D:\programming\OpenSSL\OpenSSLInstallx86_vs2015-debug\</OpenSSL-Win32-Debug-Path>
<OpenSSL-x64-Release-Path>D:\programming\OpenSSL\OpenSSLInstallx64_vs2015\</OpenSSL-x64-Release-Path>
<OpenSSL-x64-Debug-Path>D:\programming\OpenSSL\OpenSSLInstallx64_vs2015-debug\</OpenSSL-x64-Debug-Path>