From a946c01786244951c0be9dc5f63843a5179166fa Mon Sep 17 00:00:00 2001 From: IndrekV Date: Fri, 19 Jan 2018 13:05:26 +0200 Subject: [PATCH] updated readme openssl description for windows --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46a3a701b1..27d06e2306 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,14 @@ If you plan to run tests then you might want to install [Cygwin](https://www.cyg ### Build OpenSSL -Use prebuilt OpenSSL libraries as described in [Poco documentation](https://pocoproject.org/docs/00200-GettingStarted.html#4) +Use pre-built OpenSSL binaries (recommended) + +Clone OpenSSL distribution provided by Poco project under the poco directory + +``` +cd %POCO_BASE% +git clone https://github.com/pocoproject/openssl +``` Or