view contrib/macosx/macosx-build.txt @ 2585:5ec2dded1bda

darcs2hg.py: use darcs patch hash as patch identifier The use of the patch name is dangerous when duplicate names exist. In case of a duplicate name the second patch and all its dependancies are merged into a single mercurial patch. The patch identifier (hash) is always unique.
author Nils Decker <mercurial@ndecker.de>
date Sun, 09 Jul 2006 21:41:00 -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