From 62e7144e491ae33aef38753b4e0ba27a37df1725 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Wed, 3 Mar 2010 22:18:38 +0000 Subject: correct windows configure example and explanation git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@918739 13f79535-47bb-0310-9956-ffa450edef68 --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 0d04df44..56593e4d 100644 --- a/README +++ b/README @@ -339,15 +339,16 @@ Now we need to run a complicated configure command-line. --with-win32-icu-binaries=/cygdrive/c/path_to_icu_binaries_root \ --with-erlang=$ERL_TOP/release/win32/usr/include \ --with-win32-curl=/cygdrive/c/path/to/curl/root/directory \ - --with-openssl-bin-dir=c:/openssl/bin \ - --with-msvc-redist-dir=c:/dir/with/vcredist_platform_executable \ + --with-openssl-bin-dir=/cygdrive/c/openssl/bin \ + --with-msvc-redist-dir=/cygdrive/c/dir/with/vcredist_platform_executable \ --prefix=$ERL_TOP/release/win32 Relax, then relax some more, then get a beer and relax some more; the above command may take many many minutes to complete... -Note that all paths must be in cygwin format. Those starting with $ERL_TOP -can be entered literally, assuming ERL_TOP is set as described above. +Note that all paths must be in cygwin format (ie, using '/cygdrive/c/dir/...' +rather than 'c:/dir'.) Those starting with $ERL_TOP can be entered +literally, assuming ERL_TOP is set as described above. Notes: When building the installer, the necessary openssl binaries are pulled from -- cgit v1.2.3