diff options
| author | johnthagen <[email protected]> | 2017-09-28 10:42:53 -0400 |
|---|---|---|
| committer | johnthagen <[email protected]> | 2017-09-28 10:42:53 -0400 |
| commit | 16c3aa43e4fb6eba4c887007ba0b060de824549c (patch) | |
| tree | 19dcf6b1f3c6422ba38bf25277e5f9498a5db632 | |
| parent | Fix rerun logic (diff) | |
| download | rust-openssl-16c3aa43e4fb6eba4c887007ba0b060de824549c.tar.xz rust-openssl-16c3aa43e4fb6eba4c887007ba0b060de824549c.zip | |
Add instructions for adding OpenSSL DLLs to PATH if needed during install
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |