contrib/macosx/macosx-build.txt
author Jesse Glick <jesse.glick@sun.com>
Thu, 20 Dec 2007 07:05:40 -0500
changeset 5679 1d8ef9fb3e88
parent 2575 7289d20b18cd
permissions -rw-r--r--
Atom/RSS logo display problem using min font size. Using Minimum Font Size = 18 on Firefox, the Atom and RSS logos in a changeset web page look crushed together. No need to specify an absolute width for text; just use sensible padding instead.

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