diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-06-17 14:48:19 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-06-17 14:48:19 (GMT) |
commit | 4132b306363057de6da703cd5a942e5575133349 (patch) | |
tree | b39e320e4358b7a69ac83c618e7f6484fcf4aa31 /PCbuild | |
parent | c1c272e8bfe301ae85ee79c1317bc18e1c135369 (diff) | |
parent | 6c7f2acd9913ad8d88ba64dfb670732b52fe700c (diff) | |
download | cpython-4132b306363057de6da703cd5a942e5575133349.zip cpython-4132b306363057de6da703cd5a942e5575133349.tar.gz cpython-4132b306363057de6da703cd5a942e5575133349.tar.bz2 |
Merge PCbuild/readme.txt update from 3.5
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 26739a3..26622f5 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -208,8 +208,9 @@ _ssl to be somewhere on your PATH. More recent versions of OpenSSL may
need a later version of NASM. If OpenSSL's self tests don't pass,
you should first try to update NASM and do a full rebuild of
- OpenSSL. get_externals.py also downloads a snapshot of NASM, and the
- libeay and ssleay sub-projects use that version of nasm.exe.
+ OpenSSL. If you use the PCbuild\get_externals.bat method
+ for getting sources, it also downloads a version of NASM which the
+ libeay/ssleay sub-projects use.
The libeay/ssleay sub-projects expect your OpenSSL sources to have
already been configured and be ready to build. If you get your sources
|