summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-03-03 22:13:50 +0000
committerNoah Slater <nslater@apache.org>2010-03-03 22:13:50 +0000
commit64340a7280674d79776629b29f8416f81c142867 (patch)
tree325574063ac665c1bf63bcc324d5cb8999fef9d9 /README
parent4f5c17a41caa71f48c9ced0f0d34399c71239b37 (diff)
more changes
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@918730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 5f2d90b5..0d04df44 100644
--- a/README
+++ b/README
@@ -291,15 +291,15 @@ Please note:
Setting Up
^^^^^^^^^^
-Once you have satisfied the dependencies you should run:
+Before starting any Cygwin terminals, run the following command:
set CYGWIN=nontsec
-Close and restart all Cygwin terminals for this to take effect globally.
-
To set up your environment, run the following command:
- vcvars32.bat
+ [VS_BIN]/vcvars32.bat
+
+Replace [VS_BIN] with the path to your Visual Studio `bin` directory.
After you have done this, `link.exe` and `cl.exe` should be on your path and
correspond to the Microsoft linker and compiler, respectively.
@@ -315,7 +315,7 @@ To set up your path, run the following command:
export PATH=$ERL_TOP/release/win32/erts-5.7.2/bin:$PATH
-Everything should be set up to build CouchDB.
+Everything should be set up properly now.
Building
^^^^^^^^