Skip to content

Commit

Permalink
Update macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Aug 30, 2023
1 parent 868cb8a commit 4266177
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Mac/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Python on macOS README
:Authors:
Jack Jansen (2004-07),
Ronald Oussoren (2010-04),
Ned Deily (2012-06)
Ned Deily (2012-06),
Dong-hee Na (2023-08)

This document provides a quick overview of some macOS specific features in
the Python distribution.
Expand Down Expand Up @@ -37,7 +38,7 @@ macOS specific arguments to configure
into that directory. This can be used to install a python framework into
your home directory::

$ ./configure --enable-framework=/Users/ronald/Library/Frameworks
$ ./configure --enable-framework=/Users/ronald/Library/Frameworks --with-readline=apple
$ make && make install

This will install the framework itself in ``/Users/ronald/Library/Frameworks``,
Expand Down Expand Up @@ -106,7 +107,7 @@ supports one execution architecture, 64-bit Intel (``x86_64``).
You can enable universal binaries by specifying the "--enable-universalsdk"
flag to configure::

$ ./configure --enable-universalsdk
$ ./configure --enable-universalsdk --with-readline=apple
$ make
$ make install

Expand Down

0 comments on commit 4266177

Please sign in to comment.