summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Hammond <mhammond@apache.org>2010-03-03 22:18:38 +0000
committerMark Hammond <mhammond@apache.org>2010-03-03 22:18:38 +0000
commit62e7144e491ae33aef38753b4e0ba27a37df1725 (patch)
tree685e4c7d0217cb7351e364b4d04f022bcd484c82
parent64340a7280674d79776629b29f8416f81c142867 (diff)
correct windows configure example and explanation
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@918739 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--README9
1 files 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