From 75775e6a46dd7d595283cef63383bde5c63f7214 Mon Sep 17 00:00:00 2001 From: Ono-Sendai Date: Wed, 10 Feb 2016 22:03:26 +0000 Subject: [PATCH] Updated OpenSSH 64 bit Build and Installation Instructions (markdown) --- ...bit-Build-and-Installation-Instructions.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/OpenSSH-64-bit-Build-and-Installation-Instructions.md b/OpenSSH-64-bit-Build-and-Installation-Instructions.md index 6299905..62d298f 100644 --- a/OpenSSH-64-bit-Build-and-Installation-Instructions.md +++ b/OpenSSH-64-bit-Build-and-Installation-Instructions.md @@ -169,12 +169,21 @@ Follow OpenSSL instructons to build OpenSSL. This is my take on them: cd D:\programming\OpenSSL\openssl-1.0.2f perl Configure debug-VC-WIN64A --prefix=d:\programming\OpenSSL\OpenSSLInstallx64_vs2015-debug -ms\do_win64a -nmake -f ms\nt.mak install + ms\do_win64a + nmake -f ms\nt.mak install -perl Configure VC-WIN64A --prefix=d:\programming\OpenSSL\OpenSSLInstallx64_vs2015 -ms\do_win64a -nmake -f ms\nt.mak install + perl Configure VC-WIN64A --prefix=d:\programming\OpenSSL\OpenSSLInstallx64_vs2015 + ms\do_win64a + 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: + + D:\programming\OpenSSL\OpenSSLInstallx64_vs2015-debug\ + D:\programming\OpenSSL\OpenSSLInstallx86_vs2015\ + D:\programming\OpenSSL\OpenSSLInstallx86_vs2015-debug\ + D:\programming\OpenSSL\OpenSSLInstallx64_vs2015\ + D:\programming\OpenSSL\OpenSSLInstallx64_vs2015-debug\ \ No newline at end of file