view contrib/macosx/macosx-build.txt @ 21429:203ed3cf6c81

run-tests: define custom result and runner classes for unittest We need to teach unittest about some custom result types. This will require some custom classes. This patch creates a skeleton for them.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Apr 2014 11:47:40 -0700
parents 7289d20b18cd
children
line wrap: on
line source

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