Repository: couchdb Updated Branches: refs/heads/developer-preview-2.0 14c55b47e -> 9f5ae101b
docs: mention commandline tools Since OSX 10.9 you don't need to install the whole Xcode IDE PR: #287 PR-URL: https://github.com/apache/couchdb/pull/287 Reviewed-By: Benjamin Keen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2d10bfd6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2d10bfd6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2d10bfd6 Branch: refs/heads/developer-preview-2.0 Commit: 2d10bfd6464f50d225b2bd93f00a7e637e8f15f5 Parents: 14c55b4 Author: Robert Kowalski <[email protected]> Authored: Fri Nov 28 20:47:08 2014 +0100 Committer: Robert Kowalski <[email protected]> Committed: Fri Mar 20 22:16:01 2015 +0100 ---------------------------------------------------------------------- INSTALL.Unix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2d10bfd6/INSTALL.Unix ---------------------------------------------------------------------- diff --git a/INSTALL.Unix b/INSTALL.Unix index 10386f9..bcbc09b 100644 --- a/INSTALL.Unix +++ b/INSTALL.Unix @@ -118,9 +118,11 @@ Mac OS X ~~~~~~~~ To build CouchDB from source on Mac OS X, you will need to install -Xcode. +the Command Line Tools: -You can install the other dependencies by running: + xcode-select --install + +You can then install the other dependencies by running: brew install autoconf brew install autoconf-archive
