From 64340a7280674d79776629b29f8416f81c142867 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Wed, 3 Mar 2010 22:13:50 +0000 Subject: more changes git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@918730 13f79535-47bb-0310-9956-ffa450edef68 --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') 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 ^^^^^^^^ -- cgit v1.2.3