[Python-checkins] python/dist/src/PCbuild readme.txt,1.46,1.47

mhammond at users.sourceforge.net mhammond at users.sourceforge.net
Mon Jan 5 23:04:03 EST 2004


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

Modified Files:
	readme.txt 
Log Message:
Update information about building bsddb, particularly re with and without
strong crypto.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** readme.txt	4 Jan 2004 02:04:35 -0000	1.46
--- readme.txt	6 Jan 2004 04:04:01 -0000	1.47
***************
*** 159,176 ****
          http://www.sleepycat.com/download/
  
!     and download version 4.2.42.  The file name is db-4.2.52.NC.zip.
!     XXX with or without strong cryptography?  I picked "without".
! 
!     Unpack into
!         dist\db-4.2.52
! 
!     [If using WinZip to unpack the db-4.2.52.NC distro, that requires
!      renaming the directory (to remove ".NC") after unpacking.
!     ]
! 
      Open
          dist\db-4.2.52\docs\index.html
  
!     and follow the Windows instructions for building the Sleepycat
      software.  Note that Berkeley_DB.dsw is in the build_win32 subdirectory.
      Build the Release version ("build_all -- Win32 Release").
--- 159,183 ----
          http://www.sleepycat.com/download/
  
!     and download version 4.2.52.
!     
!     With or without strong cryptography? You can choose either with or 
!     without strong cryptography, as per the instructions below.  By 
!     default, Python is built and distributed WITHOUT strong crypto
!     XXX - is the above correct?
!     
!     Unpack into the dist\. directory, ensuring you expand with folder names.
!     
!     If you downloaded with strong crypto, this will create a dist\db-4.2.52
!     directory, and is ready to use.
!     
!     If you downloaded WITHOUT strong crypto, this will create a 
!     dist\db-4.2.52.NC directory - this directory should be renamed to
!     dist\db-4.2.52 before use.
!       
      Open
          dist\db-4.2.52\docs\index.html
  
!     and follow the "Windows->Building Berkeley DB with Visual C++ .NET"
!     instructions for building the Sleepycat
      software.  Note that Berkeley_DB.dsw is in the build_win32 subdirectory.
      Build the Release version ("build_all -- Win32 Release").





More information about the Python-checkins mailing list