You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/07/31 20:06:21 UTC

git commit: updated refs/heads/1867-feature-plugins to c6a4b5d

Updated Branches:
  refs/heads/1867-feature-plugins ac8051c76 -> c6a4b5dad


remove rebar reference


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c6a4b5da
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c6a4b5da
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c6a4b5da

Branch: refs/heads/1867-feature-plugins
Commit: c6a4b5dad10862607e4359295916317de7b9254c
Parents: ac8051c
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Jul 31 20:06:16 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jul 31 20:06:16 2013 +0200

----------------------------------------------------------------------
 src/couch_plugins/README.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c6a4b5da/src/couch_plugins/README.md
----------------------------------------------------------------------
diff --git a/src/couch_plugins/README.md b/src/couch_plugins/README.md
index 6f3bd3b..09a0a71 100644
--- a/src/couch_plugins/README.md
+++ b/src/couch_plugins/README.md
@@ -161,9 +161,16 @@ that shows how a binary package is built:
 
     https://github.com/janl/geocouch/compare/couchbase:couchdb1.3.x...couchdb1.3.x-plugins
 
-## Build this with
 
-   rebar compile
+## Build
+
+Build CouchDB as usual:
+
+    ./bootstrap
+    ./configure
+    make
+    make dev
+    ./utils/run
 
 * * *