From 8ec8a8610559aeae1dcdd121208c077b6a2f913e Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 15 Apr 2014 18:01:51 -0400 Subject: Update supported platforms --- docs/installation.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index ac4c13cd..3be3ae89 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,9 +15,10 @@ these operating systems. * x86-64 CentOS 6.4 and CentOS 5 * x86-64 FreeBSD 9.2 and FreeBSD 10 -* OS X 10.9 and OS X 10.8 +* OS X 10.9, 10.8, and 10.7 * x86-64 Ubuntu 12.04 LTS * 32-bit Python on 64-bit Windows Server 2008 +* 64-bit Python on 64-bit Windows Server 2012 On Windows ---------- @@ -30,8 +31,8 @@ to include the corresponding locations. For example: .. code-block:: console C:\> \path\to\vcvarsall.bat x86_amd64 - C:\> set LIB=C:\OpenSSL-1.0.1f-64bit\lib;%LIB% - C:\> set INCLUDE=C:\OpenSSL-1.0.1f-64bit\include;%INCLUDE% + C:\> set LIB=C:\OpenSSL-1.0.1g-64bit\lib;%LIB% + C:\> set INCLUDE=C:\OpenSSL-1.0.1g-64bit\include;%INCLUDE% C:\> pip install cryptography Building cryptography on Linux -- cgit v1.2.3 From c354a2bf44bb023845f476f5aae48f3198e57220 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 15 Apr 2014 18:34:27 -0400 Subject: add OS X codenames why not --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 3be3ae89..a0dd5f22 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,7 +15,7 @@ these operating systems. * x86-64 CentOS 6.4 and CentOS 5 * x86-64 FreeBSD 9.2 and FreeBSD 10 -* OS X 10.9, 10.8, and 10.7 +* OS X 10.9 Mavericks, 10.8 Mountain Lion, and 10.7 Lion * x86-64 Ubuntu 12.04 LTS * 32-bit Python on 64-bit Windows Server 2008 * 64-bit Python on 64-bit Windows Server 2012 -- cgit v1.2.3