contrib/macosx/macosx-build.txt
author Alex Gaynor <alex.gaynor@gmail.com>
Sat, 05 Jul 2014 07:31:08 -0700
branchstable
changeset 21839 f266be73f764
parent 2575 7289d20b18cd
permissions -rw-r--r--
setup: fixed for Pythons which don't have a CFLAGS Specifically this is observed to happen on the PyPy one gets from homebrew

to build a new macosx binary package:

install macpython from http://www.python.org/download/mac

install py2app from http://pythonmac.org/packages/

make sure /usr/local/bin is in your path

run bdist_mpkg in top-level hg directory

find packaged stuff in dist directory