Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
19d6842c
Commit
19d6842c
authored
Oct 14, 2019
by
Ned Deily
Committed by
GitHub
Oct 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build docs for macOS (GH-16771)
parent
aad2ee01
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
86 additions
and
80 deletions
+86
-80
Mac/BuildScript/README.rst
Mac/BuildScript/README.rst
+0
-0
Mac/README.rst
Mac/README.rst
+74
-69
README.rst
README.rst
+12
-11
No files found.
Mac/BuildScript/README.
tx
t
→
Mac/BuildScript/README.
rs
t
View file @
19d6842c
File moved
Mac/README
→
Mac/README
.rst
View file @
19d6842c
This diff is collapsed.
Click to expand it.
README.rst
View file @
19d6842c
...
@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment