From 05b574c32d7dc4a4d3d5bebd82826819bdcf15d4 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 21 Oct 2016 23:41:33 -0700 Subject: [PATCH] Updated Building using VS 2015 (markdown) --- Building-using-VS-2015.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Building-using-VS-2015.md b/Building-using-VS-2015.md index b416504..41250a2 100644 --- a/Building-using-VS-2015.md +++ b/Building-using-VS-2015.md @@ -2,7 +2,9 @@ Download and Install VS 2015 [Community Edition](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) Download and Install [Strawberry Perl](http://strawberryperl.com/) (needed for building OpenSSL) +Download and Install [NASM](http://www.nasm.us) Open 'VS2015 x64 Native Tools Command Prompt' +Add Perl and NASM installation directories to %PATH% Build OpenSSL. (Substitute with your own build dirs where needed) cd D:\programming\OpenSSL\openssl-1.0.2f