[pypy-commit] pypy default: Add notice to docs re: building on OS X

necaris noreply at buildbot.pypy.org
Mon Oct 28 22:18:03 CET 2013


Author: Rami Chowdhury <rami.chowdhury at gmail.com>
Branch: 
Changeset: r67666:df2902a1749e
Date: 2013-10-28 21:10 +0000
http://bitbucket.org/pypy/pypy/changeset/df2902a1749e/

Log:	Add notice to docs 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)


More information about the pypy-commit mailing list