diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html
index 70215376400..dc6c9a29482 100644
--- a/Mac/Demo/building.html
+++ b/Mac/Demo/building.html
@@ -53,10 +53,9 @@
What you need.
Neeracher. The original CWGUSI is
obtainable from
-ftp://sunsite.cnlab-switch.ch/software/platform/macos/src,
-but at the moment Python is built with a rather hacked-up version of GUSI,
-available from Jack's Python webpage and ftp-directory referenced above.
-It is also possible to build a non-GUSI Python, see below.
+ftp://sunsite.cnlab-switch.ch/software/platform/macos/src.
+At the moment Python is built with a rather hacked-up version of GUSI,
+these modifications are available in folder Python:Mac:GUSI-mods
.
@@ -131,23 +130,12 @@ Setting Up
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, and build the
-projects GUSI.68K.µ
, GUSI.CFM68K.µ
and
-GUSI.PPC.µ
.
-Two notes:
-
-- The projects as distributed have a slightly incorrect access path, due
-to which they cannot find their
GUSICWFile.???
files. Change
-the access path to {project folder}::
to fix this.
- - The Gusi CFM68K project is
-distributed without "far data": you should set this option before building.
-
-If you have a CWGUSI version more recent than
-1.8 it could be that the fixes are already included, check it. Alternatively,
-you can forget about the fixes and remove the one reference to GUSILoadPreferences
-in the Python sources. This will disable the "default file creator/type" and
-"Delay Sioux window" preferences in Python.
+place in the CWGUSI distribution folder. Build the
+projects MSLGUSI.68K.µ
, MSLGUSI.CFM68K.µ
and
+MSLGUSI.PPC.µ
.
+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
,
@@ -158,12 +146,15 @@
Setting Up
-You need to make a minor organizational change to the 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 have to change the access path setting and such to use the MSL
+libraries (this tcl/tk ditribution predates MSL).
+
- Rename the
compat
folders to (compat)
in both the Tcl and Tk folders.
@@ -197,8 +188,6 @@
the _tkinter
module to work without an installed Tk/Tcl on your
machine.
- - You have to adapt the projects to use the MSL libraries. This is important.
-
Build first the Tcl library, then
@@ -430,7 +419,11 @@ Building the PPC interpreter
a running program). You could copy the 68K interpreter to a different
place and use that to run fullbuild, or use the standalone PPC python
for this. I tend to keep a standalone interpreter in a safe place for
-this use only.
+this use only.
+
+Using fullbuild is also the only easy way to buid the fat application and applet.
+See the fullbuild source for details on how to build the fat binaries "by hand".
+
You are all set now, and should read the release notes and