From 77bca2150482cf836c0b1579096e90b846efaa39 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sun, 30 Mar 2008 02:37:09 +0000 Subject: fixed leading space git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642672 13f79535-47bb-0310-9956-ffa450edef68 --- TROUBLESHOOTING | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index e7582b12..b2963ab6 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -26,19 +26,19 @@ output of each step. 3. Checkout a fresh version from Subversion: - svn checkout http://couchdb.googlecode.com/svn/trunk/ couchdb + svn checkout http://couchdb.googlecode.com/svn/trunk/ couchdb 4. Bootstrap from the couchdb directory: - ./bootstrap -C + ./bootstrap -C 5. Build into a temporary directory: - ./configure --prefix=/tmp/couchdb && make && make install + ./configure --prefix=/tmp/couchdb && make && make install 6. Run the couchdb command and log the output: - /tmp/couchdb/bin/couchdb + /tmp/couchdb/bin/couchdb 7. Use your system's kernel trace tool and log the output of the above command. -- cgit v1.2.3