[Python-checkins] python/dist/src/Mac/OSX README,1.8,1.9

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 06 Sep 2002 14:55:50 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory usw-pr-cvs1:/tmp/cvs-serv5248

Modified Files:
	README 
Log Message:
Updated the notes on building a binary installer.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** README	6 Sep 2002 21:00:55 -0000	1.8
--- README	6 Sep 2002 21:55:47 -0000	1.9
***************
*** 128,131 ****
--- 128,137 ----
  build all other pathnames are computed from the framework pathname.
  
+ Optionally you may want to include the full documentation in the binary installer.
+ To this end, execute the following commands:
+ 	python.exe ../Mac/OSX/setupDocs.py build
+ 	python.exe ../Mac/OSX/setupDocs.py install \
+ 		--prefix=/tmp/python/Library/Frameworks/Python.framework/Versions/Current
+ 		
  Note that the unix tools in /tmp/pythondist are wrong, these have to be
  removed, and the installer post-install script should recreate them on the
***************
*** 134,140 ****
  	python.exe ../Mac/script/zappycfiles.py /tmp/pythondist
  
! TBD: find out how to make a .pkg from here.
  
! TBD: documentation.
  
  7. Odds and ends.
--- 140,153 ----
  	python.exe ../Mac/script/zappycfiles.py /tmp/pythondist
  
! Finally, create the .pkg file with a commandline like
! 	python ../Mac/scripts/buildpkg.py \
! 		--Title=MacPython-X \
! 		--Version=2.3a0 \
! 		--Description="Python for Mac OS X, framework based" \
! 		/tmp/pythondist
! This creates a MacPython-X.pkg in the current directory.
  
! TBD: provide postinstall scripts to precompile .pyc/.pyo files, and to recreate
! the unix programs.
  
  7. Odds and ends.