[Python-checkins] python/dist/src/PCbuild readme.txt,1.43,1.43.8.1

theller at users.sourceforge.net theller at users.sourceforge.net
Tue Sep 23 03:14:42 EDT 2003


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv12322

Modified Files:
      Tag: release23-maint
	readme.txt 
Log Message:
Binaries are build using openssl-0.9.7b.
Short note about how the htmlhelp docs are built.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.43
retrieving revision 1.43.8.1
diff -C2 -d -r1.43 -r1.43.8.1
*** readme.txt	27 Jun 2003 15:49:35 -0000	1.43
--- readme.txt	23 Sep 2003 07:14:39 -0000	1.43.8.1
***************
*** 244,254 ****
  
      You (probably) don't want the "engine" code.  For example, get
!         openssl-0.9.6g.tar.gz
      not
!         openssl-engine-0.9.6g.tar.gz
  
      Unpack into the "dist" directory, retaining the folder name from
      the archive - for example, the latest stable OpenSSL will install as
!         dist/openssl-0.9.6g
  
      You can (theoretically) use any version of OpenSSL you like - the
--- 244,254 ----
  
      You (probably) don't want the "engine" code.  For example, get
!         openssl-0.9.7b.tar.gz
      not
!         openssl-engine-0.9.7b.tar.gz
  
      Unpack into the "dist" directory, retaining the folder name from
      the archive - for example, the latest stable OpenSSL will install as
!         dist/openssl-0.9.7b
  
      You can (theoretically) use any version of OpenSSL you like - the
***************
*** 279,283 ****
      something like
  
!         C:\Code\openssl-0.9.6g>set OPTS=no-asm
          Out of environment space
  
--- 279,283 ----
      something like
  
!         C:\Code\openssl-0.9.7b>set OPTS=no-asm
          Out of environment space
  
***************
*** 289,293 ****
          Stop.
          NMAKE : fatal error U1073: don't know how to make
!             'C:\Code\openssl-0.9.6g/out32/libeay32.lib'
          Stop.
  
--- 289,293 ----
          Stop.
          NMAKE : fatal error U1073: don't know how to make
!             'C:\Code\openssl-0.9.7b/out32/libeay32.lib'
          Stop.
  
***************
*** 306,307 ****
--- 306,314 ----
  with easy-to-follow instructions in ../PC/example/; read the file
  readme.txt there first.
+ 
+ HTML Help
+ ---------
+ 
+ The compiled HTML help file is built from the HTML pages by the script
+ Doc/tools/prechm.py. This creates project files which must be compiled
+ with MS HTML Help Workshop.





More information about the Python-checkins mailing list