aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-11 15:05:27 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-11 15:05:27 -0400
commit0eafd9cd32a69909bd7bab955459925f54bd7278 (patch)
tree8d70f0b1c202840b4e60da64de82e731ffc3d754 /docs
parent9b452fc1653239079ec6d54546e834c834755910 (diff)
parent937aa47a99d488687febe25b813b350b5f492b4a (diff)
downloadcryptography-0eafd9cd32a69909bd7bab955459925f54bd7278.tar.gz
cryptography-0eafd9cd32a69909bd7bab955459925f54bd7278.tar.bz2
cryptography-0eafd9cd32a69909bd7bab955459925f54bd7278.zip
Merge pull request #2406 from reaperhulk/update-docs-openssl-builder
update docs to point at newer, fancier openssl builder
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 5d629e9f..7c4b91e9 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -46,7 +46,9 @@ dependencies are included. Just run
If you prefer to compile it yourself you'll need to have OpenSSL installed.
You can compile OpenSSL yourself as well or use the binaries we build for our
-release infrastructure (`32-bit`_ and `64-bit`_). Wherever you place your copy
+release infrastructure (`openssl-release`_). Be sure to download the proper
+version for your architecture and Python (2010 works for Python 2.6, 2.7, 3.3,
+and 3.4 while 2015 is required for 3.5). Wherever you place your copy
of OpenSSL you'll need to set the ``LIB`` and ``INCLUDE`` environment variables
to include the proper locations. For example:
@@ -250,8 +252,7 @@ information, consult `Greg Wilson's blog post`_ on the subject.
.. _`Homebrew`: http://brew.sh
.. _`MacPorts`: https://www.macports.org
-.. _`32-bit`: https://jenkins.cryptography.io/job/openssl-win32-release/
-.. _`64-bit`: https://jenkins.cryptography.io/job/openssl-win64-release/
+.. _`openssl-release`: https://jenkins.cryptography.io/job/openssl-release/
.. _`bug in conda`: https://github.com/conda/conda-recipes/issues/110
.. _`Greg Wilson's blog post`: http://software-carpentry.org/blog/2014/04/mr-biczo-was-right.html
.. _virtualenv: https://virtualenv.pypa.io/en/latest/