Skip to content

Commit

Permalink
Corrections to OpenSSL build instructions.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
  • Loading branch information
daira committed May 30, 2015
1 parent bd0fefd commit ad6a555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/windows-installer.rst
Expand Up @@ -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``

Expand Down

0 comments on commit ad6a555

Please sign in to comment.