Repository: mesos Updated Branches: refs/heads/master 27c2a26e2 -> 3e769e90f
Added `yum install nss` to CentOS 6.6 install docs. Review: https://reviews.apache.org/r/39493 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3e769e90 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3e769e90 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3e769e90 Branch: refs/heads/master Commit: 3e769e90f18c82e0ddc5563f5ea71a66dd40ca34 Parents: 27c2a26 Author: Greg Mann <[email protected]> Authored: Mon Nov 2 21:04:12 2015 -0800 Committer: Adam B <[email protected]> Committed: Mon Nov 2 21:11:13 2015 -0800 ---------------------------------------------------------------------- docs/getting-started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/3e769e90/docs/getting-started.md ---------------------------------------------------------------------- diff --git a/docs/getting-started.md b/docs/getting-started.md index 35c8c56..8e1df88 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -54,8 +54,9 @@ Following are the instructions for stock Mac OS X Yosemite. If you are using a d Following are the instructions for stock CentOS 6.6. If you are using a different OS, please install the packages accordingly. - # Install a few utility tools - $ sudo yum install -y tar wget which + # Install a few utility tools. This also forces an update of `nss`, + # which is necessary for the Java bindings to build properly. + $ sudo yum install -y tar wget which nss # 'Mesos > 0.21.0' requires a C++ compiler with full C++11 support, # (e.g. GCC > 4.8) which is available via 'devtoolset-2'.
