diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2004-01-06 04:04:01 (GMT) |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2004-01-06 04:04:01 (GMT) |
commit | 2362da8712f01d6827a33b9891da0050db887bc5 (patch) | |
tree | 445be506abc23b2488b594bb544e1806989de493 /PCbuild | |
parent | 0c4102760c440af3e7b575b0fd27fe25549641a2 (diff) | |
download | cpython-2362da8712f01d6827a33b9891da0050db887bc5.zip cpython-2362da8712f01d6827a33b9891da0050db887bc5.tar.gz cpython-2362da8712f01d6827a33b9891da0050db887bc5.tar.bz2 |
Update information about building bsddb, particularly re with and without
strong crypto.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 544c5c1..7832cb1 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -158,20 +158,27 @@ _bsddb Go to Sleepycat's download page: 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. - ] - + 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 instructions for building the Sleepycat + 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"). |