Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add ./ to configure command so it actually works verbatim | Just van Rossum | 2002-09-16 | 1 | -1/+1 |
| | |||||
* | Updated the notes on building a binary installer. | Jack Jansen | 2002-09-06 | 1 | -2/+15 |
| | |||||
* | Fixed a typo in the binary install notes | Jack Jansen | 2002-09-06 | 1 | -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 Jansen | 2002-09-06 | 1 | -1/+28 |
| | | | | Unfinished. | ||||
* | Updated for the current state of affairs. | Jack Jansen | 2002-08-12 | 1 | -20/+27 |
| | |||||
* | Added a lot more information on framework builds, the various .app's, | Jack Jansen | 2002-08-02 | 1 | -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 the | Jack Jansen | 2002-08-02 | 1 | -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 Jansen | 2001-12-09 | 1 | -1/+1 |
| | |||||
* | Added a note about making sure the Lac/Lib directory is in sys.path. | Jack Jansen | 2001-09-11 | 1 | -2/+8 |
| | |||||
* | Minimal instructions for using the Makefile here. Also a clear | Jack Jansen | 2001-09-06 | 1 | -0/+28 |
statement that this is a proof-of-concept meant for people to experiment with, nothing more. |