diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-05 19:08:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-05 19:08:04 (GMT) |
commit | 0db03be9c81bc1861b26d5b720b8bd1bfa995d70 (patch) | |
tree | 359fcacfbbec10f520e774fe5feb004b7767fbf2 /Mac/BuildScript/README.txt | |
parent | 0a4b07be0d886e687906acee25db391b4533fcc0 (diff) | |
parent | 3de21048044caa8fa6b191d1a14844e6b5ec6fe9 (diff) | |
download | cpython-0db03be9c81bc1861b26d5b720b8bd1bfa995d70.zip cpython-0db03be9c81bc1861b26d5b720b8bd1bfa995d70.tar.gz cpython-0db03be9c81bc1861b26d5b720b8bd1bfa995d70.tar.bz2 |
Merge heads
Diffstat (limited to 'Mac/BuildScript/README.txt')
-rw-r--r-- | Mac/BuildScript/README.txt | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/Mac/BuildScript/README.txt b/Mac/BuildScript/README.txt index 3612cd0..ecf62bb 100644 --- a/Mac/BuildScript/README.txt +++ b/Mac/BuildScript/README.txt @@ -57,39 +57,13 @@ for each release. * NCurses 5.9 (http://bugs.python.org/issue15037) * SQLite 3.7.13 - * Tcl 8.5.15 - uses system-supplied versions of third-party libraries * readline module links with Apple BSD editline (libedit) * builds Oracle Sleepycat DB 4.8 (Python 2.x only) - - requires ActiveState Tcl/Tk 8.5.14 (or later) to be installed for building - - * Beginning with Python 2.7.6, 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. 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 2.7):: - - sudo bash - cd /Library/Frameworks/Python.framework/Versions/2.7 - cd ./lib/python2.7 - 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/2.7 - cd ./lib/python2.7 - cp -p ./lib-tkinter/builtin/_tkinter.so ./lib-dynload - exit + - requires ActiveState Tcl/Tk 8.5.9 (or later) to be installed for building - recommended build environment: |