Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 94727 invoked from network); 3 Mar 2010 22:14:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 22:14:21 -0000 Received: (qmail 22926 invoked by uid 500); 3 Mar 2010 22:14:13 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 22809 invoked by uid 500); 3 Mar 2010 22:14:13 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 22802 invoked by uid 99); 3 Mar 2010 22:14:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 22:14:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 22:14:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ABDEB2388A36; Wed, 3 Mar 2010 22:13:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r918730 - /couchdb/trunk/README Date: Wed, 03 Mar 2010 22:13:50 -0000 To: commits@couchdb.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100303221350.ABDEB2388A36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Wed Mar 3 22:13:50 2010 New Revision: 918730 URL: http://svn.apache.org/viewvc?rev=918730&view=rev Log: more changes Modified: couchdb/trunk/README Modified: couchdb/trunk/README URL: http://svn.apache.org/viewvc/couchdb/trunk/README?rev=918730&r1=918729&r2=918730&view=diff ============================================================================== --- couchdb/trunk/README (original) +++ couchdb/trunk/README Wed Mar 3 22:13:50 2010 @@ -291,15 +291,15 @@ 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 @@ 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 ^^^^^^^^