summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authordas <das>2005-04-09 15:39:38 (GMT)
committerdas <das>2005-04-09 15:39:38 (GMT)
commitc61b32b618d0c41788bdd20bd8b5c9499f897551 (patch)
treee365a7ddd193fe967e3f7afb878c0886222eff94 /macosx/README
parenteb70535f7cae9c009252a4c7c7116af5ab8237d0 (diff)
downloadtk-c61b32b618d0c41788bdd20bd8b5c9499f897551.zip
tk-c61b32b618d0c41788bdd20bd8b5c9499f897551.tar.gz
tk-c61b32b618d0c41788bdd20bd8b5c9499f897551.tar.bz2
* macosx/README: updated requirements for OS & developer tool
versions + other small fixes/cleanup.
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README24
1 files changed, 12 insertions, 12 deletions
diff --git a/macosx/README b/macosx/README
index eff9032..6f31535 100644
--- a/macosx/README
+++ b/macosx/README
@@ -1,7 +1,7 @@
TclTkAqua README
----------------
-RCS: @(#) $Id: README,v 1.6.2.6 2004/09/18 00:48:14 das Exp $
+RCS: @(#) $Id: README,v 1.6.2.7 2005/04/09 15:39:39 das Exp $
This is the README file for the Mac OS X native versions of Tcl & Tk.
@@ -34,10 +34,10 @@ tracker and not the tcl one.
2. Using TclTkAqua
------------------
-- Mac OS X 10.1 (or higher) is required to run TclTkAqua.
+- Mac OS X 10.2 (or higher) is required to run TclTkAqua.
-- Tcl built on Mac OS X 10.2 or higher will not run on 10.1 due to missing
-symbols in libSystem, however Tcl built on 10.1 will run on 10.2 (but without
+- Tcl built on Mac OS X 10.3 or higher will not run on 10.2 due to missing
+symbols in libSystem, however Tcl built on 10.2 will run on 10.3 (but without
prebinding and other optimizations).
- Wish checks the Resources/Scripts directory in its application bundle for a
@@ -60,8 +60,8 @@ in the Resources/Scripts directory of the framework.
- The Tcl and Tk frameworks contain documentation in html format in the
standard location for frameworks:
- Tcl.framework/Resources/English.lproj/Documentation/Reference/Tcl
- Tk.framework/Resources/English.lproj/Documentation/Reference/Tk
+ Tcl.framework/Resources/Documentation/Reference/Tcl
+ Tk.framework/Resources/Documentation/Reference/Tk
No manpages are installed by default for either tcl or tk.
- the frameworks Tcl.framework and Tk.framework can be placed in any of the
@@ -135,13 +135,13 @@ This was added in Tk 8.4.2
3. Building TclTkAqua
---------------------
-- Mac OS X 10.1.5 (or higher) is required to build TclTkAqua.
+- Mac OS X 10.2 (or higher) is required to build TclTkAqua on MacOSX.
-- Apple's Developer Tools CD needs to be installed (the version matching your OS
-release, but no earlier than April 2002). This CD should have come with Mac OS X
-retail or should be present as a disk image on new macs that came with OSX
-preinstalled. It can also be downloaded from http://connect.apple.com (after you
-register for free ADC membership).
+- Apple's Developer Tools CD needs to be installed (the most recent version
+matching your OS release, but no earlier than December 2002). This CD should
+have come with Mac OS X retail or should be present as a disk image on new macs
+that came with OSX preinstalled. It can also be downloaded from
+http://connect.apple.com (after you register for free ADC membership).
- Tcl is built as a Mac OS X framework via the Makefile in tcl/macosx, but can
also be built from Apple's ProjectBuilder IDE using the Tcl.pbproj project (which