[Python-checkins] CVS: python/dist/src README,1.130,1.131
Jack Jansen
jackjansen@users.sourceforge.net
2001年12月06日 13:49:04 -0800
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv9148
Modified Files:
README
Log Message:
Cleaned up Mac OS X section to the current state of affairs.
Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -d -r1.130 -r1.131
*** README 2001年11月12日 14:11:13 1.130
--- README 2001年12月06日 21:49:02 1.131
***************
*** 392,410 ****
future release.
! Mac OS X 10.0: Run configure with "./configure --with-suffix=.exe".
! This generates executable file: 'python.exe' (it cannot be named
! 'python' on an HFS or HFS+ disk as the file name clashes with
! directory 'Python'). One of the regular expression tests fails
with a SEGV due to the small stack size used by default, if you do
"limit stacksize 2048" before "make test" it should work.
! On naked Darwin you may have to add the configure option
"--disable-toolbox-glue" to disable the glue code for the Carbon
! interface modules. (The modules themselves are currently not built
! by default as they are experimental, on real OSX you can enable them
! in setup.py).
On a clean OSX /usr/local does not exist. Do a "sudo mkdir -m 775 /usr/local"
! before you do a make install, this is better than "sudo make install"
which installs everything as superuser.
--- 392,406 ----
future release.
! Mac OS X 10: One of the regular expression tests fails
with a SEGV due to the small stack size used by default, if you do
"limit stacksize 2048" before "make test" it should work.
! On naked Darwin you may want to add the configure option
"--disable-toolbox-glue" to disable the glue code for the Carbon
! interface modules. The modules themselves are currently only built
! if you add the --enable-framework option, see below.
On a clean OSX /usr/local does not exist. Do a "sudo mkdir -m 775 /usr/local"
! before you do a make install. Alternatively, do "sudo make install"
which installs everything as superuser.
***************
*** 412,416 ****
installs Python as a framework. The location can be set as argument
to the --enable-framework option (default /Library/Frameworks). You may
! also want to check out ./Mac/OSX for building a Python.app.
Cygwin: Cygwin Python builds OOTB when configured as follows:
--- 408,414 ----
installs Python as a framework. The location can be set as argument
to the --enable-framework option (default /Library/Frameworks). You may
! also want to check out ./Mac/OSX for building a Python.app. You may also
! want to manually install a symlink in /usr/local/bin/python to the
! executable deep down in the framework.
Cygwin: Cygwin Python builds OOTB when configured as follows: