Updated Building using VS 2015 (markdown)

Manoj Ampalam 2016-10-21 23:41:33 -07:00
parent 92efb1d48e
commit 05b574c32d

@ -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 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 [Strawberry Perl](http://strawberryperl.com/) (needed for building OpenSSL)
Download and Install [NASM](http://www.nasm.us)
Open 'VS2015 x64 Native Tools Command Prompt' 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) Build OpenSSL. (Substitute with your own build dirs where needed)
cd D:\programming\OpenSSL\openssl-1.0.2f cd D:\programming\OpenSSL\openssl-1.0.2f