+-------
+
+The Mac OSX build uses the tarball created on Linux, so it must be
+created first and in place on the file server. There are currently
+two builds made of wxPythonOSX, one for Panther and Apple's version of
+Python, and one for Jaguar and a self-installed MacPythonOSX.
+
+* On BigMac run the following as root:
+
+ cd wx/wxPython
+ distrib/mac/wxPythonOSX/build panther
+
+* On Whopper run the following as root:
+
+ cd wx/wxPython
+ distrib/mac/wxPythonOSX/build jaguar
+
+* Copy the resulting disk image files in wx/wxPython/dist on each
+ machine to /stuff/Development/wxPython/dist/$(VERSION) on the file
+ server.
+
+