diff options
author | das <das> | 2005-04-09 15:38:14 (GMT) |
---|---|---|
committer | das <das> | 2005-04-09 15:38:14 (GMT) |
commit | b6189ef8afea8ebff29c75f2d774c20fee4f793e (patch) | |
tree | 47ddd0ddce4ed8aa4758364a39c3952b2fd0a7be /macosx | |
parent | 451ef00cc599a1b58cf570fdb088f04b0ed63fa1 (diff) | |
download | tcl-b6189ef8afea8ebff29c75f2d774c20fee4f793e.zip tcl-b6189ef8afea8ebff29c75f2d774c20fee4f793e.tar.gz tcl-b6189ef8afea8ebff29c75f2d774c20fee4f793e.tar.bz2 |
* macosx/README: updated requirements for OS & developer tool
versions + other small fixes/cleanup.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/README | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/macosx/README b/macosx/README index a96dc4d..fadf7c4 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ Tcl MacOSX README ----------------- -RCS: @(#) $Id: README,v 1.2 2003/07/18 02:02:02 das Exp $ +RCS: @(#) $Id: README,v 1.3 2005/04/09 15:38:29 das Exp $ This is the README file for the Mac OS X native version of Tcl (framework build). @@ -34,10 +34,10 @@ tracker and not the tcl one. 2. Using Tcl on MacOSX ---------------------- -- Mac OS X 10.1 (or higher) is required to run Tcl on MacOSX. +- Mac OS X 10.2 (or higher) is required to run Tcl on MacOSX. -- 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). - Tcl extensions will be found in any of: @@ -51,7 +51,7 @@ in the Resources/Scripts directory of the framework. - The Tcl framework contains documentation in html format in the standard location for frameworks: - Tcl.framework/Resources/English.lproj/Documentation/Reference/Tcl + Tcl.framework/Resources/Documentation/Reference/Tcl No manpages are installed by default. - the framework Tcl.framework can be placed in any of the system's standard @@ -68,19 +68,19 @@ not supported. 3. Building Tcl.framework ------------------------- -- Mac OS X 10.1.5 (or higher) is required to build TclMacOSX. +- Mac OS X 10.2 (or higher) is required to build Tcl 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 calls through to the Makefile). -- Unpack the tcl archive +- Unpack the tcl source release archive. - The following instructions assume the tcl source tree is named "tcl${ver}", where ${ver} is a shell variable containing the tcl version number (for |