Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
updated readme openssl description for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekV committed Jan 19, 2018
1 parent 0befe9e commit a946c01
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a946c01

Please sign in to comment.