This is an automated email from the ASF dual-hosted git repository.
alexr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 4701b64 Updated install instructions for CentOS 6.6.
4701b64 is described below
commit 4701b64400937d9f3b69d51516551b01c244aa6a
Author: Alexander Rukletsov <[email protected]>
AuthorDate: Thu Mar 7 11:31:41 2019 +0100
Updated install instructions for CentOS 6.6.
---
docs/building.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/building.md b/docs/building.md
index 2158007..f279b73 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -157,6 +157,8 @@ Following are the instructions for stock CentOS 6.6. If you
are using a differen
$ sudo yum groupinstall -y "Development Tools"
# Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related
packages.
+ # Installing 'devtoolset-3' might be a better choice since `perf` might
+ # conflict with the version of `elfutils` included in devtoolset-2.
$ sudo yum install -y devtoolset-2-toolchain
# Install other Mesos dependencies.