add note on git clone openssl

This commit is contained in:
Alex Fabijanic 2017-09-25 19:28:51 -05:00
parent 53b9c82de9
commit 79b35fd0f3

View File

@ -127,7 +127,6 @@ On Windows, there are three options:
- Build OpenSSL using scripts from POCO distribution package
- Use a third-party pre-built OpenSSL
!!! POCO pre-built OpenSSL binaries
OpenSSL binaries (version 1.1.0) built with VS 2013 are available for download at:
@ -137,6 +136,13 @@ https://github.com/pocoproject/openssl/tree/master/VS_120
In case you are using pre-built binaries, please make sure to copy the
entire directory to C:\%POCO_BASE%\openssl\
Or, %POCO_BASE%\openssl directory can be deleted and openssl
repository cloned:
cd %POCO_BASE%
rmdir /s /q openssl
git clone https://github.com/pocoproject/openssl
All libraries are located in their proper folders (eg. win64/bin/debug/),
and all are named identically (libcrypto and libssl).