diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-09 23:17:38 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-09 23:17:38 (GMT) |
commit | b2fb202bc24dc3125f07838ae9cbf5830e71c9d5 (patch) | |
tree | b15c012c6229e1701179f774f2d27df04d6c31fa /Mac | |
parent | cb85244228ed9261eceb71f31cd825bfcb617a70 (diff) | |
download | cpython-b2fb202bc24dc3125f07838ae9cbf5830e71c9d5.zip cpython-b2fb202bc24dc3125f07838ae9cbf5830e71c9d5.tar.gz cpython-b2fb202bc24dc3125f07838ae9cbf5830e71c9d5.tar.bz2 |
Updated, and converted line-endings to unix-style (oops:-)
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSX/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/README b/Mac/OSX/README index 4d50a87..4c8dc0a 100644 --- a/Mac/OSX/README +++ b/Mac/OSX/README @@ -6,7 +6,7 @@ include this in the current distribution so people could play with it. To create a fullblown Python.app proceed as follows. 1. In the main Python source directory configure python with - configure --enable-framework --with-suffix + configure --enable-framework 2. Do a "make clean" if you did a previous build, then "make". 3. Install this as a framework with "make frameworkinstall". This puts a Python framework into /Library/Frameworks. |