# HG changeset patch # User Augie Fackler # Date 1468423471 14400 # Node ID 6835777a180ebc1e2e686ebee0894810d2631c0b # Parent dda6bf8868396a55c55edb9b2d49d2c7ce2d4dd6 osx: jettison outdated build instructions diff -r dda6bf886839 -r 6835777a180e contrib/macosx/macosx-build.txt --- a/contrib/macosx/macosx-build.txt Sun May 22 11:21:11 2016 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -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