diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index dc6c9a29482..c27de03040c 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -44,7 +44,7 @@ directory Mac/mwerks/projects for the project files and related stuff.
  • You need MetroWerks CodeWarrior. The current distribution has -been built with version 11 of CodeWarrior. Ordering information is +been built with CodeWarrior Pro 1. Ordering information is available on the MetroWerks homepage. You might still be able to build Python with MPW or Think/Symantec C but you are basically on your own. @@ -54,7 +54,7 @@ Neeracher. The original CWGUSI is obtainable from ftp://sunsite.cnlab-switch.ch/software/platform/macos/src. -At the moment Python is built with a rather hacked-up version of GUSI, +At the moment Python is built with a slightly modified version of GUSI 1.8.1fc2, these modifications are available in folder Python:Mac:GUSI-mods. @@ -121,65 +121,41 @@ Top-level-folder: zlib libpng gdbm - MoreFiles 1.4.3 (not needed by Python, only by tcl/tk) Python - Tcl 7.6 - Tk 4.2 + Tcl/Tk Folder + tcl8.0 + tk8.0 + MoreFiles 1.4.3 Waste 1.2 distribution (if you want waste) First build GUSI. If you didn't get the python-specific GUSI you have to move the files from the "CWGUSI-mods" to the right -place in the CWGUSI distribution folder. Build the -projects MSLGUSI.68K.µ, MSLGUSI.CFM68K.µ and -MSLGUSI.PPC.µ.

    +place in the CWGUSI distribution folder. Build the MSL target for your +platform (MSLGUSI PPC, MSLGUSI 68K or MSLGUSI CFM68K).

    -If you have a CWGUSI version more recent than -1.8 it could be that the fixes are already included, check it. Next, in MoreFiles, libjpeg, pbmplus, zlib, libpng, gdbm, -andlibtiff you build all projects. Sometimes the projects are in "mac" +andlibtiff you build all projects. The projects are in "mac" subfolders, sometimes they are in the main folder. Tcl/tk is a special case, see below. Of course, if you are only interested in one of static 68K, CFM68K or PPC you can skip building the other libraries.

    Building Tcl/Tk

    -You need to make some minor changes to the Tcl/Tk -distribution. The current instructions are for the -tcl7.6 and tk4.2 distribution: - +You need to make some minor changes to the Tcl/Tk 8.0 beta2 +distribution. You should make the CW Pro projects TclLibraries.¹ and +TkLibraries.¹ (in the mac subfolders).