diff options
author | Noah Slater <nslater@apache.org> | 2008-03-30 02:37:09 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-03-30 02:37:09 +0000 |
commit | 77bca2150482cf836c0b1579096e90b846efaa39 (patch) | |
tree | 7f17c52c5c7cd527aa0116084f9ee28172270d84 /TROUBLESHOOTING | |
parent | c17bae2a8607479a9f8df7fc9e6defde2078909f (diff) |
fixed leading space
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'TROUBLESHOOTING')
-rw-r--r-- | TROUBLESHOOTING | 8 |
1 files 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. |