summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/README
Commit message (Collapse)AuthorAgeFilesLines
* add ./ to configure command so it actually works verbatimJust van Rossum2002-09-161-1/+1
|
* Updated the notes on building a binary installer.Jack Jansen2002-09-061-2/+15
|
* Fixed a typo in the binary install notesJack Jansen2002-09-061-66/+72
| | | | rewrapped: as usual with my files everything was far wider than 80 chars.
* Started on documentation for building a MacOSX binary installer.Jack Jansen2002-09-061-1/+28
| | | | Unfinished.
* Updated for the current state of affairs.Jack Jansen2002-08-121-20/+27
|
* Added a lot more information on framework builds, the various .app's,Jack Jansen2002-08-021-2/+87
| | | | etc. Still not enough, probably, but better than what we had.
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-021-27/+22
| | | | | | | | | | | | | actual script to run in case we are running from an applet. If we are indeed running an applet we skip the normal option processing leaving it all to the applet code. This allows us to get use the normal python binary in the Python.app bundle, giving us all the normal command line options through PythonLauncher while still allowing Python.app to be used as the template for building applets. Consequently, pythonforbundle is gone, and Mac/Python/macmain.c isn't used on OSX anymore.
* Updated, and converted line-endings to unix-style (oops:-)Jack Jansen2001-12-091-1/+1
|
* Added a note about making sure the Lac/Lib directory is in sys.path.Jack Jansen2001-09-111-2/+8
|
* Minimal instructions for using the Makefile here. Also a clearJack Jansen2001-09-061-0/+28
statement that this is a proof-of-concept meant for people to experiment with, nothing more.