From de904f424f4d5b95dfb242c6754f266a649b9361 Mon Sep 17 00:00:00 2001 From: Ono-Sendai Date: Wed, 10 Feb 2016 22:00:23 +0000 Subject: [PATCH] Updated OpenSSH 64 bit Build and Installation Instructions (markdown) --- ...bit-Build-and-Installation-Instructions.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/OpenSSH-64-bit-Build-and-Installation-Instructions.md b/OpenSSH-64-bit-Build-and-Installation-Instructions.md index 0737d4a..b871102 100644 --- a/OpenSSH-64-bit-Build-and-Installation-Instructions.md +++ b/OpenSSH-64-bit-Build-and-Installation-Instructions.md @@ -159,3 +159,22 @@ openssl-1.0.1e #### Building without Cygwin +You will need to have Visual Studio 2015 installed. Community edition will do. + +Install Strawberry perl (You need a Perl install for building OpenSSL) + +Open 'VS2015 x64 Native Tools Command Prompt' + +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 + +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.