diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index ee214e69d6d..48bb135f4d4 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -30,21 +30,22 @@ The following things you definitely need:
Mac/mwerks/projects
for the project files and
related stuff. +Note: always rebuild the CWGUSI libraries, even if you have +checked them out from the CVS repository.
+
Next, in
MoreFiles
, libjpeg
, pbmplus
,
zlib
, libpng
, gdbm
,
@@ -423,7 +427,7 @@ This rather convoluted procedure is needed to ensure that plugin modules don't
accidentally link with those entrypoints from PythonCore, which will not work because
those routines have to be in the same code fragment as they are used from.
-
-The machine-independent Python sources are checked out from the main Python -CVS archive, see the PSA homepage for -details.
+The machine-independent Python sources are checked out from the main
+Python CVS archive, see the PSA
+homepage for details. When you check the sources out you will get
+something like Python:dist:src
, and under that the
+Modules
, Lib
, etc hierarchy. The
+src
folder should be renamed to Python
, and
+is what this document refers to as the "toplevel Python folder".
-Next, within the toplevel Python folder, you check out the mac-specific sources -in a Mac folder. The CVS path to use can be found at the -MacPython homepage. Finally, -you check out the external libraries needed in the parent of the Python folder. The -CVS path for these libraries is also mentioned at the MacPython homepage.
+Next, within the toplevel Python folder, you check out the +mac-specific sources in a Mac folder. The CVS path to use can be found +at the MacPython +homepage. Finally, you check out the external libraries needed in +the parent of the Python folder. The CVS path for these libraries is +also mentioned at the MacPython homepage.
-Neither of the pages mentioned above contains the passwords for the CVS sites, -for obvious reasons, but they do contain instructions on how to obtain the passwords.
+Neither of the pages mentioned above contains the passwords for the +CVS sites, for obvious reasons, but they do contain instructions on +how to obtain the passwords.