• Home
  • Raw
  • Download

Lines Matching +full:x +full:- +full:versions

1 Building a Python Mac OS X distribution
4 The ``build-install.py`` script creates Python distributions, including
5 certain third-party libraries as necessary. It builds a complete
6 framework-based Python out-of-tree, installs it in a funny place with
13 To be usable on newer versions of macOS, the bits in the bundle package
15 versions of the pkgbuild and productbuild utilities. To pass macoS
25 available in the on-line Apple Developer Documentation and man pages.
27 A goal of PSF-provided (python.org) Python binaries for macOS is to
28 support a wide-range of operating system releases with one set of
31 Python installers on older versions of macOS but we not regularly
35 newer version of macOS that will run on older versions
39 and weak-linking). To build a Python that is to be used on a
43 with the occasional exception such as the removal of 32-bit
44 libraries in macOS 10.15. For 3.9.x and recent earlier systems,
45 PSF practice was to provide a "macOS 64-bit Intel installer" variant
51 later systems, we provide a "macOS 64-bit universal2 installer"
53 natively supporting both Apple Silicon (arm64) and Intel-64
56 build-installer.py requires Apple Developer tools, either from the
61 in the 10.6 support cycle.) build-installer.py also must be run
62 with recent versions of Python 3.x. On older systems,
64 download and cache third-party source distributions used by
65 build-installer.py rather than have it attempt to automatically
68 1. universal2, arm64 and x86_64, for OS X 10.9 (and later)::
70 /path/to/bootstrap/python3 build-installer.py \
71 --universal-archs=universal2 \
72 --dep-target=10.9
74 - builds the following third-party libraries
76 * OpenSSL 3.0.x
77 * Tcl/Tk 8.6.x
83 - uses system-supplied versions of third-party libraries
89 - recommended build environment:
91 * Mac OS X 11 or later
99 ---------------------
111 sudo rm -rf /Library/Frameworks/Python.framework/Versions/n.n