aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-09-28 23:55:15 -0400
committerGitHub <[email protected]>2017-09-28 23:55:15 -0400
commita389124da5b49261fd55e7a4ea8181fd4ec42f4c (patch)
tree44b4330cbc698ba15947add93f3307686a02f84d
parentMerge pull request #740 from johnthagen/memcmp (diff)
parentAdd instructions for adding OpenSSL DLLs to PATH if needed during install (diff)
downloadrust-openssl-a389124da5b49261fd55e7a4ea8181fd4ec42f4c.tar.xz
rust-openssl-a389124da5b49261fd55e7a4ea8181fd4ec42f4c.zip
Merge pull request #738 from johnthagen/readme
Add instructions for adding OpenSSL DLLs to PATH if needed
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index c505efd3..4d05ec13 100644
--- a/README.md
+++ b/README.md
@@ -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