view contrib/macosx/macosx-build.txt @ 1805:2af98c4b2587

Fix bash_completion on Solaris TK Soh noticed that the awk that ships with Solaris doesn't allow you to define new functions. According to http://www.shelldorado.com/articles/awkcompat.html it looks like it also doesn't have some other stuff that we were using, like deletion of an array element and gsub. Rewrite the parsing of hg --debug help to work around that. This version doesn't filter aliases that are simple abbreviations for debug commands (not a big problem, since there are none right now).
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 28 Feb 2006 11:49:35 -0600
parents dd5085897010
children 7289d20b18cd
line wrap: on
line source

to build a new macosx binary package:

install macpython from http://undefined.org/python/

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