diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-04-11 18:23:06 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-04-11 18:23:06 (GMT) |
commit | a0d781a5438f4e9c7606126a5fbda3b878d42f39 (patch) | |
tree | 0958a6065a75993a99e696f80b43bfb2b62a461e /PCbuild/readme.txt | |
parent | 0e93309eb506386180a64719077126ee21ad6abb (diff) | |
download | cpython-a0d781a5438f4e9c7606126a5fbda3b878d42f39.zip cpython-a0d781a5438f4e9c7606126a5fbda3b878d42f39.tar.gz cpython-a0d781a5438f4e9c7606126a5fbda3b878d42f39.tar.bz2 |
Update the OpenSSL version example from c to d (the current stable one),
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index bacd69a..a53f9ad 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -182,6 +182,11 @@ _bsddb dist\db-4.2.52.NC directory - this directory should be renamed to dist\db-4.2.52 before use. + As of 11-Apr-2004, you also need to download and manually apply two + patches before proceeding (and the sleepycat download page tells you + about this). Cygwin patch worked for me. cd to dist\db-4.2.52 and + use "patch -p0 < patchfile" once for each downloaded patchfile. + Open dist\db-4.2.52\docs\index.html @@ -243,9 +248,9 @@ _ssl http://www.openssl.org You (probably) don't want the "engine" code. For example, get - openssl-0.9.7c.tar.gz + openssl-0.9.7d.tar.gz not - openssl-engine-0.9.7c.tar.gz + openssl-engine-0.9.7d.tar.gz Unpack into the "dist" directory, retaining the folder name from the archive - for example, the latest stable OpenSSL will install as |