Author: Rami Chowdhury <rami.chowdh...@gmail.com>
Branch: improve-docs
Changeset: r67665:b8141bb44cb1
Date: 2013-10-28 21:12 +0000
http://bitbucket.org/pypy/pypy/changeset/b8141bb44cb1/

Log:    Add notice re: building on OS X

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -86,6 +86,12 @@
     yum install gcc make libffi-devel pkgconfig zlib-devel bzip2-devel \
     lib-sqlite3-devel ncurses-devel expat-devel openssl-devel
 
+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
+
 
 Run the translation
 -------------------
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to