diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-07 17:11:26 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-07 17:11:26 (GMT) |
commit | 16e99c06aa28d521f9d4bd6e99220f31a09092e2 (patch) | |
tree | 7fabbaf7339e95d96941a36e4de48e5abdb5b2ba /Mac/Demo | |
parent | 7d5f9e847a75c65f97068b3fd7980e62717c16fc (diff) | |
download | cpython-16e99c06aa28d521f9d4bd6e99220f31a09092e2.zip cpython-16e99c06aa28d521f9d4bd6e99220f31a09092e2.tar.gz cpython-16e99c06aa28d521f9d4bd6e99220f31a09092e2.tar.bz2 |
Added note about modified gusi
Diffstat (limited to 'Mac/Demo')
-rw-r--r-- | Mac/Demo/building.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index 73e3d4e..406f478 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -47,7 +47,8 @@ homepage</A>. You might still be able to build Python with MPW or Think/Symantec C but you are basically on your own. <LI> You need GUSI, the Grand Unified Socket Interface, by Matthias -Neeracher. The current distribution has been built with CWGUSI 1.7.2, +Neeracher. The current distribution has been built with a modified version of +CWGUSI 1.7.2. CWGUSI is obtainable from <A HREF="ftp://ftp.switch.ch/software/mac/src/mw_c">ftp://ftp.switch.ch/software/mac/src/mw_c</A>. It is possible to build a non-GUSI Python, see below. @@ -120,9 +121,16 @@ Top-level-folder: Waste 1.2 distribution (if you want waste) </PRE> -Now build all the libraries. In <code>CWGUSI</code> you build the +First build GUSI. Move the files from the "CWGUSI-mods" to the right +place in the CWGUSI distribution folder, and build the projects <code>GUSI.68K.µ</code>, <code>GUSI.CFM68K.µ</code> -and <code>GUSI.PPC.µ</code>, in +and <code>GUSI.PPC.µ</code>. If you have a CWGUSI version more recent than +1.7.2 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. + +Next, in <code>MoreFiles</code>, <code>libjpeg</code>, <code>pbmplus</code> and<code>libtiff</code> you build all projects. Tcl/tk is a special case, see below. Of course, if you are only interested in one of |