diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-08-27 13:39:01 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-08-27 13:39:01 (GMT) |
commit | de57030a1caedda84ba53921f6fa85fdaa625027 (patch) | |
tree | 880692052dce02f67623f417ba5ec783b9222c8b /Mac/Demo | |
parent | 4722da6ebf96cbe0e0699e935fecc717c04a4b42 (diff) | |
download | cpython-de57030a1caedda84ba53921f6fa85fdaa625027.zip cpython-de57030a1caedda84ba53921f6fa85fdaa625027.tar.gz cpython-de57030a1caedda84ba53921f6fa85fdaa625027.tar.bz2 |
Added a note about the buildlibs script.
Diffstat (limited to 'Mac/Demo')
-rw-r--r-- | Mac/Demo/building.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index 7d3aa92..80b4c00 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -115,11 +115,11 @@ access paths try to set things up as follows: Top-level-folder: CWGUSI imglibs - libjpeg - pbmplus - libtiff + jpeg + netpbm + libtiff zlib - libpng + png gdbm Python Tcl/Tk Folder @@ -129,6 +129,13 @@ Top-level-folder: Waste 1.3 distribution (if you want waste) </PRE> +If your setup of the libraries is exactly the same as mine (which is +not very likely, unless you happen to work from the same CVS +repository) you can use the project <code>buildlibs.prj</code> in the +<code>build.mac</code> folder to build all needed libraries in one +fell swoop, otherwise you will have to build the libraries one by +one. <p> + 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 MSL version for your |