Commit a389124d authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #738 from johnthagen/readme

Add instructions for adding OpenSSL DLLs to PATH if needed
parents 7c0965e6 16c3aa43
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -88,6 +88,13 @@ installation via an environment variable:
set OPENSSL_DIR=C:\OpenSSL-Win64
```

During the installation process if you select "Copy OpenSSL DLLs to: The OpenSSL binaries (/bin) 
directory", you will need to add them to the `PATH` environment variable:

```
set PATH=%PATH%;C:\OpenSSL-Win64\bin
```

Now you will need to [install root certificates.](#acquiring-root-certificates)

#### Installing OpenSSL 1.0.2 using vcpkg