]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Corrections to OpenSSL build instructions. 195.windows-packaging.9
authorDaira Hopwood <daira@jacaranda.org>
Thu, 30 Apr 2015 15:24:26 +0000 (16:24 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 30 Apr 2015 15:24:26 +0000 (16:24 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
docs/build/windows-installer.rst

index 8cee82365e7bc32fb26f21b35c175d4d384d6ad3..e22cdb4118a7dfe80fd901e18d74943690a43084 100644 (file)
@@ -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``