Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7FCA0172FE for ; Fri, 20 Mar 2015 21:17:31 +0000 (UTC) Received: (qmail 1359 invoked by uid 500); 20 Mar 2015 21:17:26 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 1311 invoked by uid 500); 20 Mar 2015 21:17:26 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 1302 invoked by uid 99); 20 Mar 2015 21:17:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2015 21:17:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2D28EE111B; Fri, 20 Mar 2015 21:17:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/master to 2d10bfd Date: Fri, 20 Mar 2015 21:17:26 +0000 (UTC) Repository: couchdb Updated Branches: refs/heads/master 14c55b47e -> 2d10bfd64 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 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/master Commit: 2d10bfd6464f50d225b2bd93f00a7e637e8f15f5 Parents: 14c55b4 Author: Robert Kowalski Authored: Fri Nov 28 20:47:08 2014 +0100 Committer: Robert Kowalski 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