1998-10-05 08:53:26 -03:00
|
|
|
How to make a Python-distribution.
|
|
|
|
----------------------------------
|
|
|
|
|
2001-02-17 18:03:42 -04:00
|
|
|
These notes are mainly for myself, or for whoever tries to make a MacPython
|
|
|
|
distribution when I'm fed up with it. They were last updated for 2.1a2.
|
1998-10-05 08:53:26 -03:00
|
|
|
|
2001-02-17 18:03:42 -04:00
|
|
|
- Increase fragment version number in PythonCore and PythonCoreCarbon.
|
|
|
|
the fragment number is Python's sys.hexversion, it should be set in the
|
|
|
|
"PEF" preferences.
|
1998-10-05 08:53:26 -03:00
|
|
|
- Increase version number in _versioncheck.py
|
|
|
|
- Build PythonStandSmall, run once in root folder
|
|
|
|
- Update Relnotes, readme's, Demo:build.html
|
|
|
|
- Make sure tkresources.rsrc is up-to-date
|
|
|
|
- fullbuild everything with increase-buildno
|
|
|
|
- Run configurepython
|
|
|
|
- set "no console" on all applets
|
|
|
|
- remove alis resource from all applets
|
2001-02-17 18:03:42 -04:00
|
|
|
- mkdistr binary.include
|
|
|
|
- mkdistr dev.include
|
|
|
|
- make distribution archive with Installer Vise
|
1998-10-05 08:53:26 -03:00
|
|
|
- test on virgin system. Make sure to test tkinter too.
|