Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1943f86

Browse files
Merged revisions 70737 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r70737 | ronald.oussoren | 2009-03-30 14:34:51 -0500 (Mon, 30 Mar 2009) | 6 lines * Set a custom icon on the Python installer DMG * Remove last traces of "MacPython" * Add options to build different flavors of the installer (still defaulting to a 2-way universal build that runs on OSX 10.3) ........
1 parent 4a85269 commit 1943f86

2 files changed

Lines changed: 148 additions & 87 deletions

File tree

Mac/BuildScript/README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ Here are the steps you need to follow to build a MacPython installer:
3737
* When done the script will tell you where the DMG image is (by default
3838
somewhere in ``/tmp/_py``).
3939

40+
Building a 4-way universal installer
41+
....................................
42+
43+
It is also possible to build a 4-way universal installer that runs on
44+
OSX Leopard or later::
45+
46+
$ ./build-installer.py --dep-target=10.5 --universal-archs=all --sdk=/
47+
48+
This requires that the deployment target is 10.5 (or later), and hence
49+
also that your building on at least OSX 10.5.
50+
4051
Testing
4152
-------
4253

0 commit comments

Comments
 (0)