diff options
author | Thomas Heller <theller@ctypes.org> | 2004-07-02 08:58:46 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-07-02 08:58:46 (GMT) |
commit | 813914049de32303ce31cae11abe9c5a49a08a4e (patch) | |
tree | 18836a18bb81889a4c3b215b6b9e4f2f0ac3dfb1 | |
parent | 04c673b6e27c7cfdb1cf92ce4df1f44e2c48261d (diff) | |
download | cpython-813914049de32303ce31cae11abe9c5a49a08a4e.zip cpython-813914049de32303ce31cae11abe9c5a49a08a4e.tar.gz cpython-813914049de32303ce31cae11abe9c5a49a08a4e.tar.bz2 |
Update info about the windows build.
-rw-r--r-- | PCbuild/readme.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 054d1e5..f8257e3 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -170,8 +170,7 @@ _bsddb 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? + default, Python is built and distributed WITHOUT strong crypto. Unpack into the dist\. directory, ensuring you expand with folder names. @@ -264,7 +263,7 @@ _ssl 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 + dist/openssl-0.9.7d You can (theoretically) use any version of OpenSSL you like - the build process will automatically select the latest version. |