Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6058C200BEC for ; Thu, 15 Dec 2016 04:42:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5EE5F160B2E; Thu, 15 Dec 2016 03:42:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CEC73160B19 for ; Thu, 15 Dec 2016 04:42:17 +0100 (CET) Received: (qmail 45173 invoked by uid 500); 15 Dec 2016 03:42:17 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 45164 invoked by uid 99); 15 Dec 2016 03:42:16 -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; Thu, 15 Dec 2016 03:42:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 988B3E38C2; Thu, 15 Dec 2016 03:42:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: danburkert@apache.org To: commits@kudu.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: kudu git commit: macOS: update brew install instructions Date: Thu, 15 Dec 2016 03:42:16 +0000 (UTC) archived-at: Thu, 15 Dec 2016 03:42:18 -0000 Repository: kudu Updated Branches: refs/heads/master 94719b558 -> 4e4ea7982 macOS: update brew install instructions krb5 is available through the brew/dupes tap. Change-Id: I89a8d28f3fbce2dff526934bd16436e54333cc5c Reviewed-on: http://gerrit.cloudera.org:8080/5508 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/4e4ea798 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/4e4ea798 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/4e4ea798 Branch: refs/heads/master Commit: 4e4ea79823b341f8059ff9d18252734f7fcb78a2 Parents: 94719b5 Author: Dan Burkert Authored: Wed Dec 14 18:34:31 2016 -0800 Committer: Dan Burkert Committed: Thu Dec 15 03:42:02 2016 +0000 ---------------------------------------------------------------------- docs/installation.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/4e4ea798/docs/installation.adoc ---------------------------------------------------------------------- diff --git a/docs/installation.adoc b/docs/installation.adoc index c8de165..b1a59e3 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -533,6 +533,7 @@ for more information. . Install the prerequisite libraries, if they are not installed. + ---- +$ brew tap homebrew/dupes $ brew install autoconf automake cmake krb5 libtool openssl pkg-config pstree ---- @@ -592,6 +593,7 @@ are installed. ---- #!/bin/bash +brew tap homebrew/dupes brew install autoconf automake cmake krb5 libtool openssl pkg-config pstree git clone https://github.com/apache/kudu cd kudu