diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-06-17 09:45:22 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-06-17 09:45:22 -0500 |
commit | 6c7f2acd9913ad8d88ba64dfb670732b52fe700c (patch) | |
tree | ca3d8a41ec23fd8e85276036be096a6dfa698c1a | |
parent | f3291a8340840f12d95253abebc0cedbe51b49f3 (diff) | |
parent | d1f7c594fac756ea3607f85ccdbe7c2a8d3f1eb6 (diff) | |
download | cpython-git-6c7f2acd9913ad8d88ba64dfb670732b52fe700c.tar.gz |
Merge 3.4's PCbuild/readme.txt update.
All the new information in 3.4's readme.txt was already here, but the
wrong name was used to refer to the script. Also reworded the sentence.
-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 26739a3f5f..26622f55e3 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
|