@@ -391,27 +391,25 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
391391 platform as well. This should be resolved in time for a
392392 future release.
393393
394- Mac OS X 10.0: Run configure with "./configure --with-suffix=.exe".
395- This generates executable file: 'python.exe' (it cannot be named
396- 'python' on an HFS or HFS+ disk as the file name clashes with
397- directory 'Python'). One of the regular expression tests fails
394+ Mac OS X 10: One of the regular expression tests fails
398395 with a SEGV due to the small stack size used by default, if you do
399396 "limit stacksize 2048" before "make test" it should work.
400397
401- On naked Darwin you may have to add the configure option
398+ On naked Darwin you may want to add the configure option
402399 "--disable-toolbox-glue" to disable the glue code for the Carbon
403- interface modules. (The modules themselves are currently not built
404- by default as they are experimental, on real OSX you can enable them
405- in setup.py).
400+ interface modules. The modules themselves are currently only built
401+ if you add the --enable-framework option, see below.
406402
407403 On a clean OSX /usr/local does not exist. Do a "sudo mkdir -m 775 /usr/local"
408- before you do a make install, this is better than "sudo make install"
404+ before you do a make install. Alternatively, do "sudo make install"
409405 which installs everything as superuser.
410406
411407 You may want to try the configure option "--enable-framework" which
412408 installs Python as a framework. The location can be set as argument
413409 to the --enable-framework option (default /Library/Frameworks). You may
414- also want to check out ./Mac/OSX for building a Python.app.
410+ also want to check out ./Mac/OSX for building a Python.app. You may also
411+ want to manually install a symlink in /usr/local/bin/python to the
412+ executable deep down in the framework.
415413
416414Cygwin: Cygwin Python builds OOTB when configured as follows:
417415
0 commit comments