Repository: couchdb Updated Branches: refs/heads/master a5634846a -> d0bfb7d57
added rebar to Mac OS X dependencies Closes #260 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d0bfb7d5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d0bfb7d5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d0bfb7d5 Branch: refs/heads/master Commit: d0bfb7d579fea3c723bbb0821162d1881e2ce5cc Parents: a563484 Author: Luis Gerhorst <[email protected]> Authored: Sat Jul 26 12:34:37 2014 +0200 Committer: Robert Kowalski <[email protected]> Committed: Sun Nov 2 15:31:00 2014 +0100 ---------------------------------------------------------------------- INSTALL.Unix | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d0bfb7d5/INSTALL.Unix ---------------------------------------------------------------------- diff --git a/INSTALL.Unix b/INSTALL.Unix index 8424d5f..fe16842 100644 --- a/INSTALL.Unix +++ b/INSTALL.Unix @@ -131,6 +131,7 @@ You can install the other dependencies by running: brew install spidermonkey brew install curl brew install pkg-config + brew install rebar You will need Homebrew installed to use the `brew` command.
