summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/README.txt
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-11-23 11:30:11 (GMT)
committerNed Deily <nad@acm.org>2013-11-23 11:30:11 (GMT)
commitaa6a212a4eecd7062056707b4e7adf3690693a91 (patch)
treee8d35f237123ebf7ecc8e03b0c7829e18b39f8b3 /Mac/BuildScript/README.txt
parent2427b50fdda5eafa75a7b3345826ad805ba95d53 (diff)
downloadcpython-aa6a212a4eecd7062056707b4e7adf3690693a91.zip
cpython-aa6a212a4eecd7062056707b4e7adf3690693a91.tar.gz
cpython-aa6a212a4eecd7062056707b4e7adf3690693a91.tar.bz2
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1.
Diffstat (limited to 'Mac/BuildScript/README.txt')
-rw-r--r--Mac/BuildScript/README.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/Mac/BuildScript/README.txt b/Mac/BuildScript/README.txt
index 06f0fab..0a6b544 100644
--- a/Mac/BuildScript/README.txt
+++ b/Mac/BuildScript/README.txt
@@ -57,8 +57,6 @@ for each release.
* NCurses 5.9 (http://bugs.python.org/issue15037)
* SQLite 3.8.1
- * Tcl 8.5.15
- * Tk 8.5.15
* XZ 5.0.5
- uses system-supplied versions of third-party libraries
@@ -67,33 +65,6 @@ for each release.
- requires ActiveState Tcl/Tk 8.5.15 (or later) to be installed for building
- * Beginning with Python 3.4 alpha2, this installer now includes its own
- builtin copy of Tcl and Tk 8.5.15 libraries and thus is no longer
- dependent on the buggy releases of Aqua Cocoa Tk 8.5 shipped with
- OS X 10.6 or on installing a newer third-party version of Tcl/Tk
- in /Library/Frameworks, such as from ActiveState. Because this
- is a new feature, it should be considered somewhat experimental and
- subject to change prior to the final release of Python 3.4. If it
- is necessary to fallback to using a third-party Tcl/Tk because of
- a problem with the builtin Tcl/Tk, there is a backup version of
- the _tkinter extension included which will dynamically link to
- Tcl and Tk frameworks in /Library/Frameworks as in previous releases.
- To enable (for all users of this Python 3.4)::
-
- sudo bash
- cd /Library/Frameworks/Python.framework/Versions/3.4
- cd ./lib/python3.4
- cp -p ./lib-tkinter/library/_tkinter.so ./lib-dynload
- exit
-
- To restore using Python's builtin versions of Tcl and Tk::
-
- sudo bash
- cd /Library/Frameworks/Python.framework/Versions/3.4
- cd ./lib/python3.4
- cp -p ./lib-tkinter/builtin/_tkinter.so ./lib-dynload
- exit
-
- recommended build environment:
* Mac OS X 10.6.8 (or later)