From ad6a555a384999d7212c1f6e3cb6b1678d2c6d33 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 30 Apr 2015 16:24:26 +0100 Subject: [PATCH] Corrections to OpenSSL build instructions. Signed-off-by: Daira Hopwood --- docs/build/windows-installer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/windows-installer.rst b/docs/build/windows-installer.rst index 8cee8236..e22cdb41 100644 --- a/docs/build/windows-installer.rst +++ b/docs/build/windows-installer.rst @@ -37,11 +37,11 @@ Download and install the latest OpenSSL version * Download the latest OpenSSL from `the OpenSSL source download page`_. * Untar it. -* Invoke ``"C:\Users\UserName\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" x86_amd64`` +* Invoke ``"C:\Users\UserName\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" amd64`` * Go to the untar'ed openssl source base directory and run the following commands. * ``mkdir c:\dist`` * ``perl Configure VC-WIN64A --prefix=c:\dist\openssl64 no-asm enable-tlsext`` -* ``ms\do_win64a.mak`` +* ``ms\do_win64a.bat`` * ``nmake -f ms\ntdll.mak`` * ``nmake -f ms\ntdll.mak install`` -- 2.45.2