mirror of https://github.com/python/cpython
Updated readme.txt about OpenSSL.
This commit is contained in:
parent
5be365f55d
commit
7c3d709377
|
@ -148,20 +148,18 @@ _ssl
|
||||||
Get the latest source code for OpenSSL from
|
Get the latest source code for OpenSSL from
|
||||||
http://www.openssl.org
|
http://www.openssl.org
|
||||||
|
|
||||||
You (probably) don't want the "engine" code. For example, get
|
You (probably) don't want the "engine" code. For example, don't get
|
||||||
openssl-0.9.8g.tar.gz
|
openssl-engine-0.9.6g.tar.gz
|
||||||
not
|
|
||||||
openssl-engine-0.9.8g.tar.gz
|
|
||||||
|
|
||||||
Unpack into the "dist" directory, retaining the folder name from
|
Unpack into the "dist" directory, retaining the folder name from
|
||||||
the archive - for example, the latest stable OpenSSL will install as
|
the archive - for example, the latest stable OpenSSL will install as
|
||||||
dist/openssl-0.9.8g
|
dist/openssl-1.0.0a
|
||||||
|
|
||||||
You can (theoretically) use any version of OpenSSL you like - the
|
You can (theoretically) use any version of OpenSSL you like - the
|
||||||
build process will automatically select the latest version.
|
build process will automatically select the latest version.
|
||||||
|
|
||||||
You must also install ActivePerl from
|
You must also install ActivePerl from
|
||||||
http://www.activestate.com/Products/ActivePerl/
|
http://www.activestate.com/activeperl/
|
||||||
as this is used by the OpenSSL build process. Complain to them <wink>.
|
as this is used by the OpenSSL build process. Complain to them <wink>.
|
||||||
|
|
||||||
The MSVC project simply invokes PC/VC6/build_ssl.py to perform
|
The MSVC project simply invokes PC/VC6/build_ssl.py to perform
|
||||||
|
|
|
@ -156,7 +156,7 @@ _ssl
|
||||||
nasmw.exe.
|
nasmw.exe.
|
||||||
|
|
||||||
You can also install ActivePerl from
|
You can also install ActivePerl from
|
||||||
http://www.activestate.com/Products/ActivePerl/
|
http://www.activestate.com/activeperl/
|
||||||
if you like to use the official sources instead of the files from
|
if you like to use the official sources instead of the files from
|
||||||
python's subversion repository. The svn version contains pre-build
|
python's subversion repository. The svn version contains pre-build
|
||||||
makefiles and assembly files.
|
makefiles and assembly files.
|
||||||
|
|
Loading…
Reference in New Issue