]> git.saurik.com Git - wxWidgets.git/commitdiff
Added OSX instructions
authorRobin Dunn <robin@alldunn.com>
Sat, 13 Mar 2004 00:16:22 +0000 (00:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 13 Mar 2004 00:16:22 +0000 (00:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/howto-distrib.txt

index f498c2ede959103a2c46c6c6daaf7183589ed0b9..d072afe6f04e6b8f4b3f4f990da531672bcc82c1 100644 (file)
@@ -16,7 +16,7 @@ Preflight Checklist
 
 * Ensure that the version info in wxPython/setup.py is correct.
 
-* Ensure that all build boxes are up to date with CVS,  they should
+* Ensure that all build machines are up to date with CVS, they should
   have the same versions of all the wxWidgets files if possible.  (Use
   a CVS tag if this is an official release.)
 
@@ -64,15 +64,20 @@ Windows  (build env is on Cyclops)
        .make both-hybrid clean
        .make both-hybrid
 
+* Make the .mo files
+
+       cd wx/locale
+       makemo.py
+
 * Build the tools. This btm script makes a static release version of
   wxWidgets, and then builds copies of wxrc.exe and tex2rtf.exe
   linking with that lib, placing them in wx/BIN.
 
-         .make_tools.btm
+       .make_tools.btm
 
 * Make the HTMLHelp files.  In the wx\wxPython directory run: 
 
-        distrib\makedocs.bat
+       distrib\makedocs.bat
 
 * Clean and old wxPython builds:
 
@@ -152,4 +157,25 @@ wx/wxPython dir:
 
 
 Mac OSX
--------
\ No newline at end of file
+-------
+
+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:
+
+     cd wx/wxPython
+     distrib/mac/wxPythonOSX/build panther
+
+* On Whopper run the following  
+
+     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. 
+
+