~ubuntu-branches/ubuntu/precise/python3.2/precise

« back to all changes in this revision

Viewing changes to Mac/BuildScript/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-14 16:12:14 UTC
  • mfrom: (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110214161214-f5vwa226kebccmt9
Tags: 3.2~rc3-1
Python 3.2 release candidate 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
1.  32-bit-only, i386 and PPC universal, capable on running on all machines
15
15
    supported by Mac OS X 10.3.9 through (at least) 10.6::
16
16
 
17
 
        python2.6 build-installer.py \
 
17
        python build-installer.py \
18
18
            --sdk-path=/Developer/SDKs/MacOSX10.4u.sdk \
19
19
            --universal-archs=32-bit \
20
20
            --dep-target=10.3 
38
38
        * ``MacOSX10.4u`` SDK (later SDKs do not support PPC G3 processors)
39
39
        * ``MACOSX_DEPLOYMENT_TARGET=10.3``
40
40
        * Apple ``gcc-4.0``
41
 
        * Python 2.6 for documentation build with Sphinx
 
41
        * Python 2.n (n >= 4) for documentation build with Sphinx
42
42
 
43
43
    - alternate build environments:
44
44
 
48
48
 
49
49
2.  64-bit / 32-bit, x86_64 and i386 universal, for OS X 10.6 (and later)::
50
50
 
51
 
        python2.6 build-installer.py \
 
51
        python build-installer.py \
52
52
            --sdk-path=/Developer/SDKs/MacOSX10.6.sdk \
53
53
            --universal-archs=intel \
54
54
            --dep-target=10.6
67
67
        * ``MacOSX10.6`` SDK
68
68
        * ``MACOSX_DEPLOYMENT_TARGET=10.6``
69
69
        * Apple ``gcc-4.2``
70
 
        * Python 2.6 for documentation build with Sphinx
 
70
        * Python 2.n (n >= 4) for documentation build with Sphinx
71
71
 
72
72
    - alternate build environments:
73
73