You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/03 21:27:58 UTC

[2/5] mesos git commit: Updated "getting started" instructions for XCode 8.0 dependency.

Updated "getting started" instructions for XCode 8.0 dependency.

Review: https://reviews.apache.org/r/58311


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/242f58bc
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/242f58bc
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/242f58bc

Branch: refs/heads/master
Commit: 242f58bc19bf96b3ae9242ffaf99b49bc29ea852
Parents: 7e8b4e4
Author: Neil Conway <ne...@gmail.com>
Authored: Mon Apr 10 09:38:41 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Wed May 3 14:19:32 2017 -0700

----------------------------------------------------------------------
 docs/getting-started.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/242f58bc/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 2578a29..85a959c 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -68,11 +68,11 @@ Following are the instructions for stock Ubuntu 16.04. If you are using a differ
     # Install other Mesos dependencies.
     $ sudo apt-get -y install build-essential python-dev python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev
 
-### Mac OS X 10.10 (Yosemite), Mac OS X 10.11 (El Capitan), macOS 10.12 (Sierra)
+### Mac OS X 10.11 (El Capitan), macOS 10.12 (Sierra)
 
-Following are the instructions for stock Mac OS X Yosemite and El Capitan. If you are using a different OS, please install the packages accordingly.
+Following are the instructions for Mac OS X El Capitan. When building Mesos with the Apple-provided toolchain, the Command Line Tools from XCode >= 8.0 are required; XCode 8 requires Mac OS X 10.11.5 or newer.
 
-    # Install Command Line Tools.
+    # Install Command Line Tools. The Command Line Tools from XCode >= 8.0 are required.
     $ xcode-select --install
 
     # Install Homebrew.