Author: Rami Chowdhury <[email protected]>
Branch: 
Changeset: r67667:639304b40a0e
Date: 2013-10-28 21:17 +0000
http://bitbucket.org/pypy/pypy/changeset/639304b40a0e/

Log:    Add notice re: building on OS X

diff --git a/pypy/doc/getting-started-python.rst 
b/pypy/doc/getting-started-python.rst
--- a/pypy/doc/getting-started-python.rst
+++ b/pypy/doc/getting-started-python.rst
@@ -63,6 +63,12 @@
      zlib-devel libopenssl-devel libbz2-devel sqlite3-devel \
      libexpat-devel libffi-devel python-curses
 
+   On Mac OS X, most of these build-time dependencies are installed alongside
+   the Developer Tools. However, note that in order for the installation to
+   find them you may need to run:
+
+     $ xcode-select --install
+
    The above command lines are split with continuation characters, giving the 
necessary dependencies first, then the optional ones.
 
    * ``pkg-config`` (to help us locate libffi files)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to