You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2016/12/15 03:42:16 UTC

kudu git commit: macOS: update brew install instructions

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 <as...@cloudera.com>


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 <da...@apache.org>
Authored: Wed Dec 14 18:34:31 2016 -0800
Committer: Dan Burkert <da...@apache.org>
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