From 90cf4917de92f7648b2169b1b54cd612c585cc95 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 11 Feb 2000 23:14:46 +0000 Subject: Explained that you have to checkout the Mac portion of Python in a separate folder and then move it to the Python hierarchy. --- Mac/Demo/building.html | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index f412ffe..e896987 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -18,6 +18,13 @@ The information density in this file is high, so you should probably print it and read it at your leasure. Most things are explained only once (and probably in the wrong place:-).

+

+First a warning: this information may become outdated if a new CodeWarrior is +released after MacPython. The +MacPython homepage will +hopefully have updated instructions in that case. +
+ I am very interested in feedback on this document, send your comments to the Mac Python Special @@ -136,6 +143,12 @@ Top-level-folder: png gdbm Python + Modules + ... + Mac + Modules + Build + ... Tcl/Tk Folder tcl8.0 tk8.0 @@ -451,17 +464,25 @@ something like Python:dist:src, and under that 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 +Next, in a separate folder, you check out the +mac-specific sources. You then move the Mac folder from this +checkout (the only folder with anything in it) to the Python source folder. +Note that the checking out in a separate folder and moving is necessary, +due to the way cvs works. + +The CVS path to use for the mac stuff 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 +the parent of the toplevel 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.

+You should end up with a folder structure as described at the top of this +document.

+

Odds and ends

Some remarks that I could not fit in elsewhere: -- cgit v0.12