mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Added a note about the buildlibs script.
This commit is contained in:
parent
4722da6ebf
commit
de57030a1c
1 changed files with 11 additions and 4 deletions
|
@ -115,11 +115,11 @@ access paths try to set things up as follows:
|
||||||
Top-level-folder:
|
Top-level-folder:
|
||||||
CWGUSI
|
CWGUSI
|
||||||
imglibs
|
imglibs
|
||||||
libjpeg
|
jpeg
|
||||||
pbmplus
|
netpbm
|
||||||
libtiff
|
libtiff
|
||||||
zlib
|
zlib
|
||||||
libpng
|
png
|
||||||
gdbm
|
gdbm
|
||||||
Python
|
Python
|
||||||
Tcl/Tk Folder
|
Tcl/Tk Folder
|
||||||
|
@ -129,6 +129,13 @@ Top-level-folder:
|
||||||
Waste 1.3 distribution (if you want waste)
|
Waste 1.3 distribution (if you want waste)
|
||||||
</PRE>
|
</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
|
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
|
move the files from the "CWGUSI-mods" to the right
|
||||||
place in the CWGUSI distribution folder. Build the MSL version for your
|
place in the CWGUSI distribution folder. Build the MSL version for your
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue