diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-15 21:30:41 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-15 21:30:41 (GMT) |
commit | 4f9013759bc7c7560ac35d0a4a2d7b382d5a004a (patch) | |
tree | 7ed83bb2869387f3aa6b427d9b7fe209220ffcef /Mac/OSX | |
parent | c572e42fb46d69da1ac6aadf919837b5f5ed58ff (diff) | |
download | cpython-4f9013759bc7c7560ac35d0a4a2d7b382d5a004a.zip cpython-4f9013759bc7c7560ac35d0a4a2d7b382d5a004a.tar.gz cpython-4f9013759bc7c7560ac35d0a4a2d7b382d5a004a.tar.bz2 |
- Added a note about fixversions.py
- Ran it.
Diffstat (limited to 'Mac/OSX')
-rw-r--r-- | Mac/OSX/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mac/OSX/README b/Mac/OSX/README index 1656e61..d618915 100644 --- a/Mac/OSX/README +++ b/Mac/OSX/README @@ -119,6 +119,10 @@ non-GUI and GUI python scripts from the command line, respectively. 6. How do I create a binary distribution? ----------------------------------------- +First go to Mac/OSX and run "python fixversions.py -a" with the Python +you are going to distribute. This will fix the version numbers and copyright +strings in the various Info.plist files. + Go to the Mac/OSX/Dist directory. There you find a script "build" that does all the work: it configures and builds a framework Python, installs it, creates the installer package file and packs this in a DMG image. @@ -156,4 +160,4 @@ macresource module and the Mac/OSX/Makefile cater for this, and create ".rsrc.df.rsrc" files on the fly that are normal datafork-based resource files. - Jack Jansen, Jack.Jansen@cwi.nl, 20-Jun-2003.
\ No newline at end of file + Jack Jansen, Jack.Jansen@cwi.nl, 15-Jul-2004.
\ No newline at end of file |