Skip to content

Commit cd8ea67

Browse files
committed
OSX doc changes for Mountain Lion.
1 parent f6298ab commit cd8ea67

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

doc/installation.rst

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ OSX
6161
---
6262

6363
10gen provides pre-built egg packages for Apple provided Python versions on
64-
Snow Leopard (2.5, 2.6) and Lion (2.5, 2.6, 2.7). If you want to install
65-
PyMongo for other Python versions (or from source) you will have to install
66-
the following to build the C extensions:
64+
Snow Leopard (2.5, 2.6), Lion (2.5, 2.6, 2.7) and Mountain Lion (2.5, 2.6, 2.7).
65+
If you want to install PyMongo for other Python versions (or from source) you
66+
will have to install the following to build the C extensions:
6767

68-
**Snow Leopard** - Xcode 3 with 'UNIX Development Support'.
68+
**Snow Leopard (10.6)** - Xcode 3 with 'UNIX Development Support'.
6969

7070
**Snow Leopard Xcode 4**: The Python versions shipped with OSX 10.6.x
7171
are universal binaries. They support i386, PPC, and (in the case of python2.6)
@@ -84,16 +84,23 @@ Xcode 4 installed. There is a workaround::
8484
See `http://bugs.python.org/issue11623 <http://bugs.python.org/issue11623>`_
8585
for a more detailed explanation.
8686

87-
**Lion** - PyMongo's C extensions can be built against python.org versions of
88-
Python >= 3.2. Building against versions older than 3.2.3 requires **Xcode 4.1**.
89-
Any version of Xcode 4 can be used to build the C extensions against 3.2.3 and
90-
newer. In all cases Xcode must be installed with 'UNIX Development Support'.
91-
See the following for more information:
87+
**Lion (10.7)** - PyMongo's C extensions can be built against versions of Python
88+
>= 3.2 downloaded from python.org. Building against versions older than 3.2.3
89+
requires **Xcode 4.1**. Any version of Xcode 4 can be used to build the C
90+
extensions against 3.2.3 and newer. In all cases Xcode must be installed with
91+
'UNIX Development Support'. See the following for more information:
9292

9393
http://bugs.python.org/issue13590
9494

9595
http://hg.python.org/cpython/file/v3.2.3/Misc/NEWS#l198
9696

97+
**Mountain Lion (10.8)** - PyMongo's C extensions can be built against versions
98+
of Python >= 3.3rc1 downloaded from python.org with no special requirements.
99+
If you want to build against the python.org provided 3.2.3 you must have
100+
MacOSX10.6.sdk in /Developer/SDKs. See the following for more information:
101+
102+
http://bugs.python.org/issue14499
103+
97104
Installing from source
98105
----------------------
99106

0 commit comments

Comments
 (0)