[Python-checkins] python/dist/src/PCbuild readme.txt,1.32,1.33

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 03 Dec 2002 18:39:55 -0800


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

Modified Files:
	readme.txt 
Log Message:
Clarify _ssl instructions.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** readme.txt	3 Dec 2002 05:47:26 -0000	1.32
--- readme.txt	4 Dec 2002 02:39:52 -0000	1.33
***************
*** 200,209 ****
      XXX This isn't encouraging, but I don't know what to do about it.
  
  _ssl
!     Python wrapper for the secure sockets library.  
  
      Get the latest source code for OpenSSL from
          http://www.openssl.org
  
      Unpack into the "dist" directory, retaining the folder name from
      the archive - for example, the latest stable OpenSSL will install as
--- 200,215 ----
      XXX This isn't encouraging, but I don't know what to do about it.
  
+ 
  _ssl
!     Python wrapper for the secure sockets library.
  
      Get the latest source code for OpenSSL from
          http://www.openssl.org
  
+     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
***************
*** 215,222 ****
      You must also install ActivePerl from
          http://www.activestate.com/Products/ActivePerl/
!     as this is used by the OpenSSL build process.  Complain to them <wink>
  
      The MSVC project simply invokes PCBuild/build_ssl.py to perform
!     the build.  This Python script locates and builds your OpenSSL 
      installation, then invokes a simple makefile to build the final .pyd.
  
--- 221,228 ----
      You must also install ActivePerl from
          http://www.activestate.com/Products/ActivePerl/
!     as this is used by the OpenSSL build process.  Complain to them <wink>.
  
      The MSVC project simply invokes PCBuild/build_ssl.py to perform
!     the build.  This Python script locates and builds your OpenSSL
      installation, then invokes a simple makefile to build the final .pyd.
  
***************
*** 229,234 ****
      should be able to be run directly from the command-line.
  
!     build_ssl.py/MSVC isn't clever enough to clean OpenSSL - you must do this 
!     by hand.
  
  YOUR OWN EXTENSION DLLs
--- 235,240 ----
      should be able to be run directly from the command-line.
  
!     build_ssl.py/MSVC isn't clever enough to clean OpenSSL - you must do
!     this by hand.
  
  YOUR OWN EXTENSION DLLs