You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,24 @@ For Python versions that do not provide binary wheels for `cryptography`, it wil
217
217
218
218
##### On Debian-based Systems #####
219
219
220
-
Install `openssl` headers with `apt-get install openssl-dev`
220
+
Install `openssl` headers with:
221
+
```shell
222
+
apt-get install openssl-dev
223
+
```
224
+
225
+
See [Building Cryptography on Linux](https://cryptography.io/en/latest/installation/#building-cryptography-on-linux) for more information.
226
+
227
+
##### On Windows ######
228
+
229
+
- Download and compile the OpenSSL binaries for your architecture from the [OpenSSL release](https://ci.cryptography.io/job/cryptography-support-jobs/job/openssl-release-1.1/) website
230
+
- Set the `LIB` and `INCLUDE` environment variables to include your OpenSSL installation location e.g.
For more information see the [building for windows](https://cryptography.io/en/latest/installation/#building-cryptography-on-windows) section on the Cryptography website.
0 commit comments