From 6f63fc80a2b48e7a6ca65d7d5438ff3c5a76a125 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 5 May 2014 22:01:04 +0530 Subject: [PATCH] ... --- setup/installer/windows/notes.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/installer/windows/notes.rst b/setup/installer/windows/notes.rst index 1bfaa4e616..88c17fbdd3 100644 --- a/setup/installer/windows/notes.rst +++ b/setup/installer/windows/notes.rst @@ -168,20 +168,20 @@ http://www.nasm.us/pub/nasm/releasebuilds/2.11/win32/nasm-2.11-win32.zip and put it somewhere on your PATH (I chose ~/sw/bin) Download and untar the openssl tarball. -To install use a private prefix such as --prefix=C:/cygwin/home/kovid/sw/private/openssl +To install use a private prefix such as --prefix=C:/cygwin64/home/kovid/sw/private/openssl The following *MUST BE RUN* in a Visual Studio Command prompt and not in a cygwin environment. For 32-bit:: - perl Configure VC-WIN32 no-asm enable-static-engine --prefix=C:/cygwin/home/kovid/sw/private/openssl + perl Configure VC-WIN32 no-asm enable-static-engine --prefix=C:/cygwin64/home/kovid/sw/private/openssl ms\do_ms.bat nmake -f ms\ntdll.mak nmake -f ms\ntdll.mak test nmake -f ms\ntdll.mak install For 64-bit:: - perl Configure VC-WIN64A no-asm enable-static-engine --prefix=C:/cygwin/home/kovid/sw/private/openssl + perl Configure VC-WIN64A no-asm enable-static-engine --prefix=C:/cygwin64/home/kovid/sw/private/openssl ms\do_win64a.bat nmake -f ms\ntdll.mak nmake -f ms\ntdll.mak test @@ -198,7 +198,7 @@ Add Q:\icu\bin to PATH and reboot In a Visual Studio Command Prompt cd to \source -Run set PATH=%PATH%;c:\cygwin\bin +Run set PATH=%PATH%;c:\cygwin64\bin Run dos2unix on configure and runConfigureICU Run bash ./runConfigureICU Cygwin/MSVC