contrib/macosx/macosx-build.txt
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 27 Jan 2014 10:57:20 +0100
branchstable
changeset 20330 69a0d22b9677
parent 2575 7289d20b18cd
permissions -rw-r--r--
dispatch: take --hidden from individual commands into account The command server would otherwise ignore that option, since the repo object is only created once.

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