Commit 19d6842c authored by Ned Deily's avatar Ned Deily Committed by GitHub

Update build docs for macOS (GH-16771)

parent aad2ee01
This diff is collapsed.
...@@ -62,18 +62,20 @@ On Unix, Linux, BSD, macOS, and Cygwin:: ...@@ -62,18 +62,20 @@ On Unix, Linux, BSD, macOS, and Cygwin::
This will install Python as ``python3``. This will install Python as ``python3``.
You can pass many options to the configure script; run ``./configure --help`` You can pass many options to the configure script; run ``./configure --help``
to find out more. On macOS and Cygwin, the executable is called ``python.exe``; to find out more. On macOS case-insensitive file systems and on Cygwin,
elsewhere it's just ``python``. the executable is called ``python.exe``; elsewhere it's just ``python``.
If you are running on macOS with the latest updates installed, make sure to install Building a complete Python installation requires the use of various
OpenSSL or some other SSL software along with Homebrew or another package manager. additional third-party libraries, depending on your build platform and
If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more configure options. Not all standard library modules are buildable or
information. useable on all platforms. Refer to the
`Install dependencies <https://devguide.python.org/setup/#install-dependencies>`_
section of the `Developer Guide`_ for current detailed information on
dependencies for various Linux distributions and macOS.
On macOS, if you have configured Python with ``--enable-framework``, you On macOS, there are additional configure and build options related
should use ``make frameworkinstall`` to do the installation. Note that this to macOS framework and universal builds. Refer to `Mac/README.rst
installs the Python executable in a place that is not normally on your PATH, <https://github.com/python/cpython/blob/master/Mac/README.rst>`_.
you may want to set up a symlink in ``/usr/local/bin``.
On Windows, see `PCbuild/readme.txt On Windows, see `PCbuild/readme.txt
<https://github.com/python/cpython/blob/master/PCbuild/readme.txt>`_. <https://github.com/python/cpython/blob/master/PCbuild/readme.txt>`_.
...@@ -96,7 +98,6 @@ Profile Guided Optimization (PGO) and may be used to auto-enable Link Time ...@@ -96,7 +98,6 @@ Profile Guided Optimization (PGO) and may be used to auto-enable Link Time
Optimization (LTO) on some platforms. For more details, see the sections Optimization (LTO) on some platforms. For more details, see the sections
below. below.
Profile Guided Optimization Profile Guided Optimization
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment