From 42661777519b22fc8af56cca84b5f7a8cf69b2f7 Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Wed, 30 Aug 2023 12:06:53 +0900 Subject: [PATCH] Update macOS build --- Mac/README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Mac/README.rst b/Mac/README.rst index e32566d5475ae3..2bece01b2e6a97 100644 --- a/Mac/README.rst +++ b/Mac/README.rst @@ -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. @@ -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``, @@ -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