Repository: kudu
Updated Branches:
  refs/heads/master 217715aae -> 4c2bb92f1


[docs] 'xcode-select' and 'xcodebuild -license' steps on OS X

Added a note on accepting the Xcode license and setup command-line
tools after installing Xcode.  It seems we implicitly assumed those
steps were run as a part of the 'install Xcode' step, but I think it's
better to explicitly mention those.

Also, added macOS High Sierra as a supported platform (development
only).

Change-Id: I107001bb73b3c77bcf873bdac8be8c07c807a010
Reviewed-on: http://gerrit.cloudera.org:8080/9611
Reviewed-by: Will Berkeley <wdberke...@gmail.com>
Reviewed-by: Dan Burkert <danburk...@apache.org>
Reviewed-by: Grant Henke <granthe...@gmail.com>
Tested-by: Alexey Serbin <aser...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/846a7856
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/846a7856
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/846a7856

Branch: refs/heads/master
Commit: 846a78563ec3417a405763c5a2c2460317b63b92
Parents: 217715a
Author: Alexey Serbin <aser...@cloudera.com>
Authored: Tue Mar 13 11:56:42 2018 -0700
Committer: Alexey Serbin <aser...@cloudera.com>
Committed: Tue Mar 13 23:04:22 2018 +0000

----------------------------------------------------------------------
 docs/installation.adoc | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/846a7856/docs/installation.adoc
----------------------------------------------------------------------
diff --git a/docs/installation.adoc b/docs/installation.adoc
index 8ec414b..60d2b78 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -56,7 +56,7 @@ Linux::
     - ntp.
     - xfs or ext4 formatted drives.
 macOS::
-    - OS X 10.10 Yosemite, OS X 10.11 El Capitan, or macOS Sierra.
+    - OS X 10.10 Yosemite, OS X 10.11 El Capitan, macOS Sierra, or macOS High 
Sierra.
     - Prebuilt macOS packages are not provided.
 Windows::
     - Microsoft Windows is unsupported.
@@ -529,6 +529,13 @@ The link:https://developer.apple.com/xcode/[Xcode] package 
is necessary for
 compiling Kudu. Some of the instructions below use 
link:http://brew.sh/[Homebrew]
 to install dependencies, but manual dependency installation is possible.
 
+After installing Xcode, don't forget to accept the license and install 
command-line
+tools, if it's not done yet:
+----
+$ sudo xcodebuild -license
+$ sudo xcode-select --install
+----
+
 [WARNING]
 .macOS Known Issues
 ====

Reply via email to