diff --git a/doc/00200-GettingStarted.page b/doc/00200-GettingStarted.page index ac4beb499..67eff9612 100644 --- a/doc/00200-GettingStarted.page +++ b/doc/00200-GettingStarted.page @@ -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).